commit | 5c43a6925a6bb9e80d39b7b3770d59eca9d6ec46 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Sep 11 22:47:45 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Sep 11 22:47:45 2018 -0700 |
tree | 6525a8446c7c4377f8eee11279c81c383bf4eab5 | |
parent | 32de5bae88d037b13154351f0800319d38d18b65 [diff] |
Always define apps_only Allows dist-for-goals entries to use always use apps_only, without having to conditionalize on TARGET_BUILD_APPS, or cause errors on full platform builds. Test: EMMA_INSTRUMENT=true m dist Change-Id: Id484ad2a650b8ad49880469f195080ef7fa8c814
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.