commit | f401ed0a40a4f79d87f19fcb8e7b8011c7f2282f | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Fri Aug 16 22:07:11 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 16 22:07:11 2024 +0000 |
tree | 6d0786c2a51586a6ac9a4b14ef70e29e11cd4387 | |
parent | 8a2a18db9335340f9ebea45370bf1965a7e03e76 [diff] | |
parent | 7b12323ac0d2db8db438dcc3710668672957d880 [diff] |
Update Security String to 2024-10-01 am: 65e3548527 am: 4c4c240d68 am: 5ba07e338c am: 206ad86920 am: 7b12323ac0 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/28848233 Change-Id: I363e837df2bee54aba2e3668848c2b4f7895794c 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.