commit | 8e7a4c413faa5fb9e812b9b04975b313cc7db8f5 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Thu Nov 30 16:28:22 2017 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Thu Nov 30 08:33:06 2017 +0000 |
tree | 51b252e444257c495a65edd63ef7b033106626c3 | |
parent | 0c49bcf16ae7ed76491667ffb4f63ec65926597e [diff] |
Fix build error Fix the build error when TARGET_BUILD_APPS is set Bug: None Test: make -j40 && make -j110 showcommands dist TARGET_BUILD_APPS='TimeZoneData TimeZoneData_test1 TimeZoneData_test2' TARGET_BUILD_VARIANT=userdebug Change-Id: I981b0a245d7e8f2dabbd4e51db52d17aeacc6106
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.