commit | 07ae1d47de8838d22486396eb975816d8beb6599 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Tue Jul 23 23:53:02 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 23 23:53:02 2024 +0000 |
tree | f9ee0bcfb20f2c20d67a94d96a6f50f0725bf110 | |
parent | b19e7c527b443452e03d62fe2ea3ea3f5ec3d696 [diff] | |
parent | fa58343aa655562b32f2daa1302926a92646e918 [diff] |
Update Security String to 2024-09-01 am: e1e72f1e7e am: 2949169fae am: fa58343aa6 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/28323421 Change-Id: I209f4d5764b620b23bedbdec3f51759a08a75b7f 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.