commit | f5cefdcefb0e1472ac2cf38387e95d7c4ff30443 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 12 16:17:55 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu Apr 19 15:18:55 2018 +0100 |
tree | 1146c41c0ccbdc9602cf12241a3a775ef3c91df0 | |
parent | 2944c11b1faf6ba694be6d199ae813d6975aed5d [diff] |
Add support for specifying LOCAL_SDK_LIBRARIES for prebuilts. This new variable allows specifying libraries like this: LOCAL_SDK_VERISON := 25 LOCAL_SDK_LIBRARIES := org.apache.http.legacy, which would automatically pick up the prebuilt OAHL prebuilt from prebuilts/sdk/25/public/org.apache.http.legacy.jar Test: In master with uiautomator. Bug: 77575476 Change-Id: Id8d92176f5b608c2bcea622b6aed4aa27c32e000
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.