commit | b0733d4f1eae967e431910ca466df2bf6389b60f | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Thu May 18 20:48:39 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 18 20:48:39 2023 +0000 |
tree | 5e69434684aa486aac828108006b78fe41549bd1 | |
parent | 99b46a3371932162e6a0daf69c055f07df7b8353 [diff] | |
parent | 71dbb01307fe4172e6a6d5c8d40d4f48d9788bb2 [diff] |
Update Security String to 2023-07-01 am: 053ad8aa1b am: 71dbb01307 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/23214071 Change-Id: I792f648ace840368e43c197b6fbb99f745bd03c0 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.