commit | 096de422f6a8c1566585d721b05b63a4240de698 | [log] [tgz] |
---|---|---|
author | Bassem Khalife <bkhalife@google.com> | Sun Jan 30 04:20:11 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Feb 14 23:12:26 2022 +0000 |
tree | a2d63e6f97006f2b36255fea95ca5303c56772f6 | |
parent | 12a4295450c3e29cc88ed3188205ccf3a385e2d9 [diff] |
Update Security String to 2022-04-05 Bug: 216579780 Change-Id: Ia4661819b2f7ad4cef86d026c97ce07c3be8e005 (cherry picked from commit 41a3269dd643f8469497fffdcf6d6bfcd738df0e) Merged-In:Ia4661819b2f7ad4cef86d026c97ce07c3be8e005
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.