commit | 539543990e7ba284f37a5acb2c802cd1eb70129d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed May 22 10:24:31 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Sat May 25 22:02:36 2019 -0700 |
tree | 81918ed8df9f1ba7744fdb11f2afa6ca05c1de8f | |
parent | b2a549bb85a95c326479c2b4ae9eab4a3fbe8118 [diff] |
Don't add dependency on missing optional shared libraries Filter out LOCAL_OPTIONAL_USES_LIBRARIES entries that are listed in INTERNAL_PLATFORM_MISSING_USES_LIBRARIES before using them as a dependency. Bug: 132357300 Test: m Gallery2 Change-Id: I09bf331f7dc95d1aaa8e5176603bcd343dd93001
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.