commit | a0d89b994f57fe4f3f0a4416d3834c65125d0174 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Apr 16 15:38:02 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Apr 16 22:40:25 2019 +0000 |
tree | e65a4d30af45f23b4e87fbfea1dc70020a4f2730 | |
parent | 56215ba93076bc02dcc5c1b46cd1ecfdb375e116 [diff] |
Always use aapt2 for prebuilt appcompat Running appcompat is missing a dependency on aapt/aapt2. There is no need to switch between aapt and aapt2, so always use aapt2 and add the missing dependency. Fixes: 130575935 Test: treehugger Change-Id: If32c03410fbdb3945bf20f7405de13dc8cd83038
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.