commit | 0b4f8d542f4a3d8fa9a6af250c7b9de01ef77b11 | [log] [tgz] |
---|---|---|
author | Saeid Farivar Asanjan <farivar@google.com> | Mon Aug 08 20:23:45 2022 +0000 |
committer | Saeid Farivar Asanjan <farivar@google.com> | Tue Aug 09 16:14:38 2022 +0000 |
tree | 29f7c26cf9f72b80b55df21dee3211dc9d343e70 | |
parent | 85125778f571e6e626c7f7de71a847a2b40bf25c [diff] |
Use aapt2 Replace usage of `$(AAPT)` with `$(AAPT2)`. Bug: 236602069 Test: m nothing Change-Id: I079bfe1eebfedda855ff585a20704f4f01c853d6
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.