commit | 190f3b02f8f589cc1725fe60ce5e22a17a309af1 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Fri Mar 15 18:11:44 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 15 18:11:44 2024 +0000 |
tree | 2227f35f31a8e0ecbe93b58d87b6aa941998cd75 | |
parent | 5a7b7b461881466337e5ef61f5da14841258fa93 [diff] | |
parent | 819a1006e35e954d2a855ae50b22e365a7cea3d3 [diff] |
Update Security String to 2024-05-01 am: d269659a47 am: b46a02e26b am: 855beb3d53 am: 643a336516 am: 7f71859e75 am: f86c72cb78 am: 819a1006e3 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/26566369 Change-Id: I5b9c177cc2284ba1e33cb33ef4623d27ac693651 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.