commit | 2e321b0e85d8cde004ee1f7887353a7a34bbf5de | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Jan 24 13:03:56 2019 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Feb 08 13:35:54 2019 +0000 |
tree | 8bcb74d78bcb06be1a4d91fc6d1725d3e8aafd8d | |
parent | 86c26860bee6e3937d0498ea004e8d19267ad5c1 [diff] |
Enable layout compilation by default Aims to get additional coverage of the view compiler. Note that the compiled views are not currently loaded. Test: adb shell getprop Bug: 111895153 Change-Id: I7b172fc55bc47ee1593eb352fb9d9143f44a1e6c
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.