commit | fdb06149b9f68f176c1fef30a34144ab47e47714 | [log] [tgz] |
---|---|---|
author | Oriol Prieto Gasco <opg@google.com> | Sat May 21 02:10:10 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 21 02:10:10 2022 +0000 |
tree | 43dd6ef4ab8e9c16c84300c37ad1ccdb96cbb1b7 | |
parent | de9f0b12f1b1f9f57358caf5d63af2e3124fe1b7 [diff] | |
parent | 8248deb03026c43b211c1a0ae27a88a0112fc64e [diff] |
[automerger skipped] RESTRICT AUTOMERGE Update Build ID for APK-in-APEX fix for July am: 8248deb030 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/18527745 Change-Id: Ie2962292eff4dd9fa5beb116ca2622dda284794a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.