commit | da5338d6474a423a35a7e1a0a379afcdd0619ab6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 14 19:40:15 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 14 19:40:15 2018 +0000 |
tree | 675e62e11cbbdf196a5475d299c517635df1c8c2 | |
parent | 5966ef774e8fb881a39d12a2eef7470028ba628a [diff] | |
parent | dc8086745d960972791125cd45da0f2c6d801c7f [diff] |
Merge "Revert "Remove art targets from PARSE_TIME_MAKE_GOALS"" am: eefc171d1f am: 1acf954411 am: dc8086745d Change-Id: Ia0e236748488f8acfc4dde6de052a3f70c23c019
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.