anchao commented on code in PR #13577:
URL: https://github.com/apache/nuttx/pull/13577#discussion_r1770786083
##########
Android.bp:
##########
@@ -0,0 +1,67 @@
+cc_library_headers {
Review Comment:
Do not introduce third-party compilation scripts. The correct way should be
to export the SDK from Nuttx and compile libc from the out of tree.
##########
Android.bp:
##########
@@ -0,0 +1,67 @@
+cc_library_headers {
+ name: "nuttx_libc_headers",
+ generated_headers: [
+ "nuttx_headers_gen",
+ ],
+ export_generated_headers: ["nuttx_headers_gen"],
+ proprietary: true,
+}
+
+cc_defaults {
+ name: "nuttx_libc_defaults",
+ cflags: [
+ "-DCONFIG_DISABLE_MOUNTPOINT",
Review Comment:
Why not use generated config.h?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]