commit | 39adb5535ddff55fd8bda413d1926f0e3429c377 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Apr 05 17:28:23 2019 +0000 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Apr 05 15:58:55 2019 -0700 |
tree | c05f455457dbe1956c03112fd92e9dcec73ad75b | |
parent | 953dc98790f7ee5072c86bc0d721b746e3262aac [diff] |
Revert "Turn off app image startup cache temporarily" This reverts commit 8ef74918a9ee60033db0f32fc4ea23135e591652. Bug: 128941180 Test: TH Reason for revert: Regressions are mostly fixed Change-Id: I4bef949b4ac9b11523482c6714345a250c11573a
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.