commit | e0922b5907f474290d4b1bf98b55a239e4051d77 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Mar 28 13:32:11 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 13:32:11 2023 +0000 |
tree | 117ad7ca569b37cf5e770476c58bbab78c8d86f5 | |
parent | e5d89d51e67c984757210080ad694c2e16f325a1 [diff] | |
parent | 251205d866d10f6a54b54cb8122ef78de2eb01e3 [diff] |
[automerger skipped] New product config flag to gate blueprint modules am: 251205d866 -s ours am skip reason: Merged-In Ica82a8f65cbfda600d72fc54fb873c1eaa1666a7 with SHA-1 00114d4418 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/22102624 Change-Id: Ic2df3bb0dbc2b4cbfe6452f024da75a88d8cf7e7 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.