commit | 70228fd7d92428c702a06feae955f41181323fdd | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Sat Jan 14 18:55:40 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jan 14 18:55:40 2023 +0000 |
tree | 32817e96a3952288c70fbefe0005191fbc321d60 | |
parent | 183fb0df0effadc784a8ae7e57291a58289041b5 [diff] | |
parent | c5f2b7f1892e4a60c70e30c30aa90df9d9b411c5 [diff] |
Update Security String to 2023-03-01 am: 663e449fbf am: 033863be25 am: c5f2b7f189 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/20984665 Change-Id: Idfc5ebb5c6ee90b6fe8c81d1d183e1c17b918ab1 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.