commit | 08231e17863e617539a3857c160764fd8e6c2237 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Mar 18 14:09:47 2019 +0000 |
committer | Anton Hansson <hansson@google.com> | Mon Mar 18 14:21:09 2019 +0000 |
tree | 1ad7ddb6468c7628754ed1059f2d2a0a0aa6d26c | |
parent | b7ee86ff8517030492c285f0a896b9ed5361b140 [diff] |
Refactor generate_enforce_rro A few tweaks to make it easier to extend to generating RROs in multiple partitions: - deduce the module name inside generate_enforce_rro - dedup rule definition - tweak framework-res check to use source module name instead Bug: 127758779 Test: verify noop on presubmit targets Change-Id: I2f0d6270b21f5427c372c04a5c6e7fb712e72a9a
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.