commit | 3b0b33502ff93055e1f6a9f5e6aabdacdeef77a3 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Fri Dec 09 20:39:42 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 09 20:39:42 2022 +0000 |
tree | 672a215f296bd68e218f9f4e732743e2987c5488 | |
parent | 425f7d1cb3fc5c1adc740db546c5b18227ea3c82 [diff] | |
parent | d0a709ffca1e54e4fdad728c962832c941e02afb [diff] |
Update Security String to 2023-02-01 am: d0a709ffca Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/20679823 Change-Id: I7037e652ebab3d41bae6dcfa780d2348884f1e09 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.