commit | 9d01ce9a416d23967f2feb1c4eb6ceb2f84bb363 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Wed Jan 08 11:08:19 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 08 11:08:19 2025 -0800 |
tree | 93b3ee5b8df72cde8ce4a6353e802aacfc49ccd5 | |
parent | 3260606656c4204de40c7be4632d77c14e6ebd70 [diff] | |
parent | 09fdc4142e60f96e62db879e0bf4d0ec4cee9482 [diff] |
Update Security String to 2025-03-01 am: 4db43f45bc am: e0aca2f0f1 am: 3a80588af1 am: 3a52f60a4a am: 123710a05f am: eea0c8c857 am: ca03c4e472 am: 3746d3314c am: 09fdc4142e Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/31207471 Change-Id: I5803fccfd4d2fd58bb97b8e64e89255fd5fb9aff 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.