Donny9 commented on code in PR #13577:
URL: https://github.com/apache/nuttx/pull/13577#discussion_r1770807281
##########
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:
@anchao,When we compile this library under AOSP, it's possible that NuttX
has not been compiled yet, hence the absence of config.h. If we deliberately
create one, the content inside cannot represent all compilation environments.
so, using flags.
--
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]