commit | b45c5afe5b7e130a72371d8c68ee5fab49811ce1 | [log] [tgz] |
---|---|---|
author | Yan Wang <yawanng@google.com> | Wed Oct 02 16:56:46 2019 +0000 |
committer | Yan Wang <yawanng@google.com> | Wed Oct 02 16:59:34 2019 +0000 |
tree | f5ea69e293d75125c2a9a8c12a1a1aa9d6aadb9e | |
parent | ffd23394de0da240875f4ba9e534bf5a37b23fcb [diff] |
Revert "Disable camera pinning and enable iorapd prefetching by default." This reverts commit ffd23394de0da240875f4ba9e534bf5a37b23fcb. Reason for revert: Turn on for crosshatch only, because we only have prebuilt trace for this type. Bug: 141987657 Change-Id: Ibbf16212d2f7d42510ee1d5bfa807c1883409707
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.