commit | 975a06f965ce2f51fd62eb030b883fa3edcff166 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Apr 30 02:00:07 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 30 02:00:07 2024 +0000 |
tree | 781c7e798281e30b999742e36ee96ee69ccbb54b | |
parent | 4b639bed4526e90ff9bdb3111d58c7816773a143 [diff] | |
parent | d15b0703e8df895a18e6e70034531dd76e02f87a [diff] |
[automerger skipped] Convert BuildIgnoreApexContritbutions variable to a boolean am: d15b0703e8 -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: I90b41dd103ae8ad1f70449be429665aa9724c116 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.