commit | 4ce3b412d822986feb0f4d6b35f93e30933386c0 | [log] [tgz] |
---|---|---|
author | Adam Seaton <aseaton@google.com> | Tue Jan 08 14:29:13 2019 -0800 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jan 16 23:02:28 2019 +0000 |
tree | 55ba7a8c6b9ed8a50116b1021bf84737890cec0c | |
parent | 6d7ba6e935e4d61fc2ee315f036d2a93d01c2da6 [diff] |
Update Platform Security String to 2019-03-05 for pi-dev Bug:122541777 (cherry picked from commit ac6eac206d0e4b0604a362d1bcbfae3e1b03bfc2) Change-Id: I2a39815b3589870e8d0cff64d6447a9fc1946d19
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.