commit | fd2ae2892e40302d098c4377e5e98592fcdbce5e | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Feb 11 22:09:01 2019 +0000 |
committer | Mathieu Chartier <mathieuc@google.com> | Mon Feb 11 22:10:40 2019 +0000 |
tree | 57d5bd18627876c52d198d778735311ea1dcf9ac | |
parent | 2e321b0e85d8cde004ee1f7887353a7a34bbf5de [diff] |
Revert "Enable layout compilation by default" This reverts commit 2e321b0e85d8cde004ee1f7887353a7a34bbf5de. Layout equality test is failing. Bug: 111895153 Bug: 124248633 Exempt-From-Owner-Approval: Revert Change-Id: Ia5c66b7a41963cd1b874c734164677f1fdcebb67
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.