commit | eaaa30b619ccdc07b93265454ec139788fd1361d | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Tue Mar 14 17:09:15 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 14 17:09:15 2023 +0000 |
tree | 54f943056bc1414b4f3322d626a61dfbc4436a27 | |
parent | ac6cd2c238d11bdcf5b3801b833c405fc24b3a1b [diff] | |
parent | 6a3344db86ef487d7e714b76f51453da5f5c0b20 [diff] |
Update Security String to 2023-05-01 am: 6a3344db86 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/21959029 Change-Id: I1f32dc8fc18928417073ec419dd968841f2412d8 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.