commit | ef27db9f6cf33824726e7c6394d8b902cb727262 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 19 19:03:51 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 19 19:03:51 2018 -0700 |
tree | 0ddde9d9c7cdc3558957d63ad1d9c25497bb8513 | |
parent | 4d42cb36e9dd1ed92494207de0ab3c356a0e0910 [diff] | |
parent | d8305983f2baeb1c2c294492b62da00db0706603 [diff] |
Merge "Fix echo when copying package-res.apk" am: f4b893165d am: f773cb3c69 am: d8305983f2 Change-Id: I82af004a0e12b5a0a7a4e1ef068064474e2f6a41
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.