commit | c5da20e886f646d0fd53beb6286be7cf2349da74 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Feb 19 12:13:36 2021 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Feb 19 21:49:59 2021 +0900 |
tree | 58da1405e62580217bde9be26b53b4f74126a710 | |
parent | 9f9236ec56bc9bd62e506d61d38006972a56aa70 [diff] |
Deprecate PRODUCT_ENFORCE_RRO_EXEMPTED_TARGETS There is no module relying on PRODUCT_ENFORCE_RRO_EXEMPTED_TARGETS Test: m Bug: 150820813 Change-Id: I461ab2654513a3b921bec5d46c39d474b6324ca2
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.