commit | 80621a166403e52182bde7a3c92aa331a4f06557 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Sat Feb 11 03:44:36 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Feb 11 03:44:36 2023 +0000 |
tree | 534323fb0ca57571b225bb0269450cf317f2030f | |
parent | baf6b726c429ad90b2785e061e710cf5cee0d2b2 [diff] | |
parent | 0f43799a5a1fb9f890df5fe829a7864b4caf773f [diff] |
[automerger skipped] Update Security String to 2023-04-01 am: 641c8e9c6b am: ac6cd2c238 am: af858ede19 am: 0f43799a5a -s ours am skip reason: Merged-In I5e3d5a90a927f9f4ddd6708c3bbadc89c8821075 with SHA-1 baf6b726c4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/21359394 Change-Id: I5e8f4ef73feb47d5faa0408ac275ae2ac548ede0 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.