commit | 9d2b3fa3a500657f59f8f685b0035219af1fd2e4 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <[email protected]> | Thu Nov 05 04:25:35 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Nov 05 04:25:35 2020 +0000 |
tree | 51d7e4bdd7f85edc5fc1d550ca546c1f7432e39e | |
parent | 7490ed5cee5847d6a12791461d3519d01e3c4a02 [diff] | |
parent | f96ad85d9dfe318b96b35d2a009011b2e478ad41 [diff] |
Update Security String to 2020-12-01 am: bfe242def7 am: 72b39fb85f am: c4c139cf8a am: f96ad85d9d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12804958 Change-Id: I16f861d8048287888e73e72e6eb0e4f82f8e07ea
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.