commit | 9489d36c23c71aa05b70111f44906dc18aa46b30 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Feb 20 20:20:59 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 20 20:20:59 2018 +0000 |
tree | 582e64eebbcf440af8aa3c1f8610b5cd30eac60f | |
parent | cff1aa0d878c7144cd252fa0fb2877bb88e76866 [diff] | |
parent | 64351dfa6600660338649957b37d0e69eb7a608d [diff] |
Merge "Revert "Revert "Remove art targets from PARSE_TIME_MAKE_GOALS""" am: fcb10864b7 am: 55219c3bf8 am: 64351dfa66 Change-Id: I7b143d8db9ecc9c7b1c57881d2a5357fc1312e34
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.