commit | 68606832c06ca4ca2e62f77ceac86f24c2a45a1f | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Tue Jun 05 00:01:36 2018 -0700 |
committer | Anton Hansson <hansson@google.com> | Wed Jun 20 14:34:50 2018 +0100 |
tree | ed179b73baf39d319e8609819113bf78138725b4 | |
parent | 1829eb172eb2a16fb5b5bad8bc8b95ac0d245178 [diff] |
emulator: add host tools to sdk_phone_x86/64 Fix sdk_x86-sdk build breakage that requires host tools. BUG: 109716817 Test: make -j110 PRODUCT-sdk_x86-sdk showcommands dist DIST_DIR=git_master-without-vendor-linux-sdk_x86-sdk/4821124 sdk_repo Change-Id: I7b0b4d0e3b2c79bad305bc11a5c1d04eb1f2bdd1 Merged-In: I7b0b4d0e3b2c79bad305bc11a5c1d04eb1f2bdd1 (cherry picked from commit 62d494b3fd8abc61771a9408bf215dcda707e525)
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.