commit | 670cc43966d1fffaa02ff5158c0dbaa2d3725c9c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jun 26 11:35:47 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 26 11:35:47 2019 -0700 |
tree | d06830733390646b65e1c5c82af37c7cc4f86f11 | |
parent | a833c93e522041785507fa0dbb642b51daa85c40 [diff] | |
parent | 9e0a0d7a2a622fe255fbc4541625749960710d26 [diff] |
Merge "Don't pass --legacy by default to aapt2 compile" am: 1aa3ff6fea am: 9e0a0d7a2a Change-Id: I45db8a6ff924cf691071bb8c6de067bc3b791655
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.