commit | 376d5f065c5a6109fd2aec27988479c117a8a383 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Mon Feb 05 20:20:24 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 05 20:20:24 2024 +0000 |
tree | bb7357a144f745ac225c34b49c9ccb443333a7d0 | |
parent | 12b5c158995153e11f14e2286eb7efccf84c7f1c [diff] | |
parent | d5818bad5eeffe9ee95b5b815a07aedc7f333773 [diff] |
Update Security String to 2024-03-01 am: d5818bad5e Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/26102321 Change-Id: Id0d3f4f668c56c1d0acf0dc9997af3f03d3e83eb 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.