commit | 35f744966b71611a1503c9ec5496ff8be865f8c9 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Thu Jul 12 19:47:21 2018 +0100 |
committer | Neil Fuller <nfuller@google.com> | Mon Jul 23 13:00:32 2018 +0100 |
tree | 081367d0e7f4081bda23bfb7a87a9d7583bb4eee | |
parent | 901d05469edd9079a717e37f2815791006f9ca28 [diff] |
Make host targets use non-repackaged targets A host build target was depending on a target that is intended for on-device, repackaged (com.android.) use. This switches to using the unbundled target instead. Test: Build Bug: 111055375 Bug: 111734251 Change-Id: Ie81dd7257a14756fc21fa6f956175e5bd2ff80c1
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.