commit | 6e41c8bb4d36eee1441c30f96831d3038af9d456 | [log] [tgz] |
---|---|---|
author | Bassem Khalife <bkhalife@google.com> | Tue Jun 21 18:24:32 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 21 18:24:32 2022 +0000 |
tree | e95dbcc361a27969d0e117747aaac8e111f25288 | |
parent | 66dae5dd97d73ddf10f25e7a6c4d3afe923b4cc5 [diff] | |
parent | 7966d37150d0cf9e458cdb17048e96cecb48631d [diff] |
Update Security String to 2022-08-01 am: 2489eee173 am: 7c7ea70abd am: 7966d37150 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/18916487 Change-Id: I716d2d011ca60e7fbde662edf57e427e07c1c4d5 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.