commit | 15e6042b29204cb740ee808ba29577d1513520d6 | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Tue Dec 17 12:19:15 2019 -0800 |
committer | Ryan Mitchell <rtmitchell@google.com> | Tue Jan 14 17:00:13 2020 -0800 |
tree | 4866a07ae387a806f083aa513d72840f25af2c19 | |
parent | 02e7851e02b00c35d19d1ed2af311957b520c238 [diff] |
Do not remove RRO resources Resource configs should not be deduped when building RROs since it would be impossible to override some resource configs with the same value as the default config. Also, aapt2 removes resources that do not have default configurations. If an overlay attempts to overlay a non-default configuration without overlaying the default, the resource will be removed and the value will not be overlaid at all. Bug: 146227008 Test: m-j Change-Id: I1465b599cbf7f464d1b5b75a87e7dafa2cf734b0
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.