commit | 3746d3314c63b3adb1813016da76a43f79ecc31d | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Wed Jan 08 09:34:49 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 08 09:34:49 2025 -0800 |
tree | 932f7c792bf0a3b4d2dd85c4e2c76f36b9cf0a08 | |
parent | 35dca76d3c5673fff23dcb28e17694c971613b8c [diff] | |
parent | ca03c4e472be38e30bfd451dea1c250749b89f12 [diff] |
Update Security String to 2025-03-01 am: 4db43f45bc am: e0aca2f0f1 am: 3a80588af1 am: 3a52f60a4a am: 123710a05f am: eea0c8c857 am: ca03c4e472 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/31207471 Change-Id: I827cd053cdf98620ad99be6666f7d73e8fd7e18d 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.