commit | 48fdc133a3d31d0b604ff3986b97ed89b4232ccb | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jun 26 10:53:51 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 26 10:53:51 2018 -0700 |
tree | ade719201a3071f3891a54a42cfbe7c4cbeb7811 | |
parent | 7e1d58ba4b911879212ecb38720c891f5a1ab757 [diff] | |
parent | bbbcf1c01e8990277004663723933ef290bedf30 [diff] |
Merge "Disable standalone relocation packer" am: effbc370dc am: bbbcf1c01e Change-Id: I97e31a2145b7965e27708c30bc532ba81cab31f0
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.