commit | 8e92179552d72f4fe4b05133704d18b760bdcaf2 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 07 16:44:07 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jun 20 21:06:44 2018 +0000 |
tree | 8403416e8832c8cdac04387c7c1d3274041fa338 | |
parent | 83f8440aeb098583f43f6541b7bc35ecf1cc99d0 [diff] |
Merge LOCAL_STATIC_ANDROID_LIBRARIES manifests Pass LOCAL_STATIC_ANDROID_LIBRARIES to ManifestMerger, and copy manifests for prebuilts AARs and static android libraries to $(intermediates.COMMON)/manifest/AndroidManifest.xml. Bug: 78447299 Test: m java Change-Id: I02ac29d3445fcd591101ff0ce215e60dd0997224 Merged-In: I02ac29d3445fcd591101ff0ce215e60dd0997224 (cherry picked from commit 1c87e71e8425ba63474fafbc60ef645a488b2029)
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.