commit | 7237b723253f890e7ed80eb1f533775b684ecbf8 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Fri Nov 17 23:19:42 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 17 23:19:42 2023 +0000 |
tree | 3399710ac0a5ef3f9ddd0fcb17eda7b4120cb194 | |
parent | 63bd1744a319d21a136571e2e05a2a3fbc3be253 [diff] | |
parent | d18a820ccaa4553661a667d216b712d4671989f3 [diff] |
Update Security String to 2024-01-01 am: 4ac29fff99 am: 57e8c18d63 am: 399faaa539 am: d18a820cca Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/25293366 Change-Id: I152f32ff55b37e24db6ffe72b183da53a2f1676f 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.