commit | 6ab0b9f15a1cbe7876d904d454287c737a1dae0c | [log] [tgz] |
---|---|---|
author | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Tue Sep 14 18:14:05 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 14 18:14:05 2021 +0000 |
tree | 9df44cd1277ff89de2f3f0ac78f1700b502f28b9 | |
parent | 95d34f540ea14a116809a1d176598a0b250e8879 [diff] | |
parent | 6fd648e1893180c5db29b99b2a675c47672a612d [diff] |
[automerger skipped] [automerge] Revert "Revert "RESTRICT AUTOMERGE Set BUILD_ID=SC"" 2p: ef1bcc1f9a am: 6fd648e189 -s ours am skip reason: Merged-In I3b7166d28df6d8828f895f839186de78592d259e with SHA-1 644348a687 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15798253 Change-Id: Ia2b4b399121c288cc15029ec5ea9f75ac888639c
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.