commit | 0e54bd65d064b612ea807da49886d164a91f34d8 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Dec 04 14:51:14 2024 -0800 |
committer | Xin Li <delphij@google.com> | Wed Dec 04 14:52:58 2024 -0800 |
tree | 18ed5eb6469c983017e90829eefc1ccd561a77a7 | |
parent | 897cddda253c5432131cac2842fe3b9c76df9cff [diff] |
Revert BUILD_ID back to MAIN. Bug: 370570306 Merged-In: If2eaf6149808bcc3d5330933bb969adc3d0dbed0 Change-Id: I30da235f86ec3a131ade2342b87f6e9f2313c514
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.