commit | 00d4b4bcc4d2a6f68ece86f31240af6ca0cd6014 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Mon Aug 26 15:50:15 2019 -0700 |
committer | Dan Shi <dshi@google.com> | Mon Aug 26 15:50:15 2019 -0700 |
tree | 9b9c9746389c5f45dc3e82a41040a2778ff17837 | |
parent | ffdeeae450d98c837b42bbc6ec112cc9a2af36d4 [diff] |
Instrumentation test doesn't support extra config Bug: none Test: m -j FrameworksCorePackageManagerTests confirm FrameworksCorePackageManagerTests.config doesn't have the placeholder. Change-Id: Ie16720fcf74490fddd1e282f8526e7161d6d10ce
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.