commit | 7769628658f5ab99d3ae49ef454f817cf42c5b95 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jul 25 10:39:00 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 25 10:39:00 2024 +0000 |
tree | a4c75728a60e8289141055061d9d263b1cfbdb0b | |
parent | a84c8a64b92c560956611bdec94169a067f77e89 [diff] | |
parent | 409209f02c50c6cb75cb14d2ca231a1344a32df5 [diff] |
Merge changes from topic "revert-3195644-revert-3195637-revert-3184480-system_build_prop_soong-BZIDUTEOOC-KRUETCBWUR-TUHZPHUVFJ" into main am: 409209f02c Original change: https://android-review.googlesource.com/c/platform/build/+/3195816 Change-Id: Id929f5bec806c1206fc06930415fd3c9b2408a18 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.