commit | d7046033f51f490c53f4a3ff4df53ad805bc4d2e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 14 18:49:28 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 14 18:49:28 2018 +0000 |
tree | 693cb83d0a9a870813af2bd873d986647765cbd1 | |
parent | a8b46cb432eaf313a14447980e4e6af863dc8b13 [diff] | |
parent | 4267043041bd64de7cb38a68d5817b9753bfe6d1 [diff] |
Merge "Remove art targets from PARSE_TIME_MAKE_GOALS" am: b060ba4b92 am: 4267043041 Change-Id: I9755b011beaf5e0ced2f7a9021854843ce79e0b7
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.