commit | f5ea4796bd6b13676ca749c826b69ac24086fceb | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Sat Jul 30 01:00:45 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jul 30 01:00:45 2022 +0000 |
tree | 6b497c1fbbd55eecb50ac9273b0f74a1bddf9ab0 | |
parent | 7f1af3280fdc00dbcc4b6009b56b5404f326a03d [diff] | |
parent | 903ce13237f401f26fbfd0ea7600ba0aab9582df [diff] |
Update Security String to 2022-09-01 am: 1af3c97b7c am: 98ba8b8b03 am: 0e8bbd1fa7 am: 903ce13237 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19460693 Change-Id: I1d453fbfec8795d6982b894052545f9fd408c2ad 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.