commit | 4693fd1d0503c0154973b49ffbaff433966591bf | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Tue Oct 01 12:55:26 2019 +0800 |
committer | Yo Chiang <yochiang@google.com> | Tue Oct 01 15:08:36 2019 +0800 |
tree | 078bec9401a724b240ef1195f6ea4605ebfa480b | |
parent | 4ad561c6f81a02c689e4f67b6294829e075645e4 [diff] |
Change RRO enforcement logic Change RRO logic from "Enforce RRO for all modules when PRODUCT_ENFORCE_RRO_TARGETS is '*'" to "Enforce RRO for all modules when PRODUCT_ENFORCE_RRO_TARGETS includes '*'" Bug: b/137727426 Test: test build on local machine Change-Id: I10b215c28919988ec58deb1fe3d5498ad4e73eb4
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.