commit | b96dc5390f3ffce002fc59ea918385bc56e951ad | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Tue Sep 18 18:12:35 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 18 18:12:35 2018 -0700 |
tree | 76d3eb6444aec841bc13502930f0a3d837ca28d5 | |
parent | c808d3083f22971f6288b24e9547c63452e1f90b [diff] | |
parent | 80027f841b462d963f2782fab9b75bb67ee1b7ae [diff] |
Merge "Copy api-versions.xml to out/target/common/obj/PACKAGING" into stage-aosp-master am: 6e0adb27ba am: 80027f841b Change-Id: I359dc73ff44539c0520ec81f537bb19745fd931f
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.