commit | 2dae935dc2225693eb6be2bc927b7193c4a3a681 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Aug 12 14:36:51 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 12 14:36:51 2021 +0000 |
tree | ec2a37963618c1b47dc39fa58204de2ac3b31109 | |
parent | 1b1137fa95778b00dbe4acf3781c7bab0c737a3d [diff] | |
parent | f045b10d7db2366e3629a0e4fbc6159e573b8f17 [diff] |
Merge "Revert "RESTRICT AUTOMERGE Set BUILD_ID=SC"" into sc-dev am: f045b10d7d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15532764 Change-Id: I95f360dd20abcf8b1dc423bf183950cda7cb2ca6
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.