commit | 1dd7990b3a3a1a7c75b34bd9e4ca8ff8da157a94 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Apr 30 02:00:13 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 30 02:00:13 2024 +0000 |
tree | 781c7e798281e30b999742e36ee96ee69ccbb54b | |
parent | 975a06f965ce2f51fd62eb030b883fa3edcff166 [diff] | |
parent | 2e5fde337790bae2c02967159603d57a5b4c95f6 [diff] |
[automerger skipped] Merge "Convert BuildIgnoreApexContritbutions variable to a boolean" into aosp-main-future am: 2e5fde3377 -s ours am skip reason: Merged-In If899f6eaf5449c2aa789d0bd5b791a3db715c676 with SHA-1 133f72f6dc is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/27148139 Change-Id: I97a5d10b3cdd38b411cd6f80652f825e50019a90 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.