commit | 65ae54f8ec0203c043f8b9ef7256e3be99bb5a37 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Nov 19 03:31:25 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 19 03:31:25 2021 +0000 |
tree | d23dc53645dc7f7089b664e05d8e6fbf6dfad24f | |
parent | 769f8a192526fc43d2018427c0223b008ad10487 [diff] | |
parent | 546543bcd1fe7bb3c64b531399043b0ec4fb89b5 [diff] |
Merge "Extract primary APK from apk sets in Soong" am: 345da983ad am: 013b1ee778 am: de84cc8b72 am: 546543bcd1 Original change: https://android-review.googlesource.com/c/platform/build/+/1893500 Change-Id: I75146db69081a3b57a92e4a17f9f3cb0e03a9b99
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.