commit | d4c097fe54b891e767a452cbfd2d15e8e3fb76f9 | [log] [tgz] |
---|---|---|
author | Adam Seaton <aseaton@google.com> | Mon Jul 16 10:17:21 2018 -0700 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jul 27 18:40:58 2018 +0000 |
tree | de7dd70cc5c3fd459a2ecc24c26b57bd49c87184 | |
parent | 57adea3c0d8722ec23a487122d85c853f7a93d44 [diff] |
Updating Platform Security String to 2018-09-05 Bug: 111501777 (cherry picked from commit 6bc223c9af044ad06e2f1abc0c4570a7371f9a3a) Change-Id: I3f30c36dba63b6f4bd738a3f310edc10c9bf784a
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.