commit | 2c9b20bb146ca6b73634b5ed6365fe064999b8a0 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Wed Apr 13 19:09:01 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 13 19:09:01 2022 +0000 |
tree | 7b9ac2a1a4d75a1f456f799bf9ed6854fa3fafe1 | |
parent | d692a1ce8ae30e2958282d5df81376a15dcfc871 [diff] | |
parent | db8f5e169f01d930427122d5cf6b72fbb5946195 [diff] |
Update Security String to 2022-06-01 am: ff8d7d7825 am: 92e198169e am: 60b2df3993 am: db8f5e169f Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/17615363 Change-Id: I96b3ee375123e21e8a4c579f04e8680a653f0422 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.