Donny9 commented on code in PR #13577:
URL: https://github.com/apache/nuttx/pull/13577#discussion_r1770808949
##########
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.
I can choose not to submit this Android.bp, but I feel this is an
opportunity to integrate NuttX into the AOSP build process. If we were to use
the SDK approach, it would involve issues with compilation parameters and
toolchains, so I directly used the source code for compilation.
--
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]