commit | 8c5ef24107201624b89e24ae929dee5d73512f80 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Nov 30 20:11:22 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Nov 30 20:22:12 2017 -0800 |
tree | b2e089e778597435228224001943ee2b721229d5 | |
parent | 44e363f1e330e5a2f2f760897f2f57c0b975fc30 [diff] |
Add support for RRO in soong app prebuilts Let soong pass overlay directories that were not used because of enforced RROs and use the make rules to convert them to the auto generated RRO package. Bug: 69917341 Test: m checkbuild Change-Id: I9db37e0bf65c19cef91428477713e3d7f1941b83
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.