summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Export android_filesystem_config.h as a filegroupColin Cross2017-01-171-0/+5
| | | | | | | | | bionic/libc/Android.bp needs to reference android_filesystem_config.h, export it using a filegroup module. Bug: 34283327 Test: builds Change-Id: Id7650f3b64d7eb52f945f538d05b691b8b3c3fcb
* Add system/core/Android.bpDan Willemsen2016-12-201-0/+1
| | | | | Test: Soong's build.ninja is identical before/after (except GlobRules) Change-Id: I97c1e4cedad1dfc8622abb6cfed6257971199a96
* Continue using the legacy NDK android/log.h.Dan Albert2016-10-141-22/+0
| | | | | | | | | | | | | | | | system/core/android/log.h needs some work before it can be included in the NDK. It defines a *lot* of macros that previously were usable names in NDK sources that used android/log.h. As an example, the following file defines LOG_TAG as a variable, but the variable name gets macro replaced if we use the current android/log.h. https://android.googlesource.com/platform/external/deqp/+/4adc1515f867b26c19c2f7498e9de93a230a234d/framework/platform/android/tcuTestLogParserJNI.cpp#41 For now, we keep a copy of the old NDK android/log.h in legacy-ndk-includes. Test: make checkbuild Bug: http://b/30465923 Change-Id: I8ce942d1ee2f8f0d4c27130802c03992a1b85ec4
* Migrate liblog to ndk_library.Dan Albert2016-09-231-0/+22
Test: make native Bug: http://b/30465923 Change-Id: I3db7ede817a57b3505c0556ea28f08b9e8331e1a