commit | 298d2e652aa27b38a3fdb82377b2ec14d284aab7 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Sat Apr 18 21:17:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Apr 18 21:17:20 2020 +0000 |
tree | 669c62531cf3208cd4f099e4901764a1f7f4e39f | |
parent | bdd91a0c685e049f7a3e865920582bdc8ce2455f [diff] | |
parent | a52a320ffd1c74fc87c4d33c367fda8d9224e5a2 [diff] |
Update Security String to 2020-06-05 am: a52a320ffd Change-Id: I335efbd36364ee5b71b95c048caf02565446584e
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.