commit | 2e86d930ab99aff006c9ad3bd9cd3bd794b73412 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Thu Sep 21 07:54:05 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 21 07:54:05 2023 +0000 |
tree | ffdc81e91b78ad922c7ef5d7b4a19a65d02aa7d4 | |
parent | 65405715bb8c42cb7346e57059515266281b8c5c [diff] | |
parent | b35a46376d8f547579f39dbe3ceedf86a748ea32 [diff] |
Update Security String to 2023-11-01 am: 17c3a6f62c am: b80ca22f4d am: b35a46376d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24603592 Change-Id: I5b5b054ed0d7d7e83f9cdc6e248453a497b23727 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.