commit | cc0234ba558486094d8bac26e189fd712eec43bd | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Thu Aug 15 18:06:28 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 15 18:06:28 2019 -0700 |
tree | 45694f5b825f1576285254ca1b2e68b02ef74f68 | |
parent | d77b00d4d089ae201ad8c9e1be5fdec0936637f4 [diff] | |
parent | b575bd5e2413685cadbb1ce8f7d22fc21e4c3b8e [diff] |
[automerger skipped] [DO NOT MERGE] Update Security Strings to 2019-10-01 am: 3250cbd459 -s ours am: e840881168 am: b575bd5e24 Change-Id: I7d6d992265898dd27dbc4e0cf82cfd49479f56ed
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.