commit | bbd6e999f4da7cca94b1c06ab4b4233d7d14c3ba | [log] [tgz] |
---|---|---|
author | Bassem Khalife <[email protected]> | Tue Feb 15 19:24:35 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Feb 15 19:24:35 2022 +0000 |
tree | 36c779ec94522114c3de85f67eeda1bfe871d5ad | |
parent | 41a3269dd643f8469497fffdcf6d6bfcd738df0e [diff] | |
parent | 477e695aacbe7cc8521336afe5d9549352a16244 [diff] |
[automerger skipped] Update Security String to 2022-04-01 am: 8eac089eef am: c1c129c70e am: 0cc522cbae am: 19dac5cf1e am: 668264a040 am: 477e695aac -s ours am skip reason: Merged-In Ia4661819b2f7ad4cef86d026c97ce07c3be8e005 with SHA-1 41a3269dd6 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/16742829 Change-Id: Icd507231588dbc0ef33b7c0fa39b3307e21ec45a
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.