commit | d0da7a6b7dcc84497c05ff4fc6fffaee1df3c9b3 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Tue Dec 10 21:56:18 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 10 21:56:18 2024 +0000 |
tree | 35d02aeee2f7cb558e781815b565c43d188008f1 | |
parent | 3b3d865a1ca90bc38108326b87c570c229c764c0 [diff] | |
parent | 1057d8fe51446811d9230e2898a23bb35cd9852a [diff] |
Update Security String to 2025-02-01 am: 52e489d270 am: d6a79d14ed am: 545cccac23 am: f62ececf02 am: 781cfaf120 am: 1057d8fe51 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/30774911 Change-Id: Id665f7b14235e0a525f64e4cc3633c8e09ff5eb0 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.