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
This commit is contained in:
bohu 2018-06-05 00:01:36 -07:00
parent c5e25e9b84
commit 62d494b3fd
2 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,10 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86.mk)
# Define the host tools and libs that are parts of the SDK.
-include sdk/build/product_sdk.mk
-include development/build/product_sdk.mk
# Overrides
PRODUCT_BRAND := Android
PRODUCT_NAME := sdk_phone_x86

View File

@ -16,6 +16,10 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86_64.mk)
# Define the host tools and libs that are parts of the SDK.
-include sdk/build/product_sdk.mk
-include development/build/product_sdk.mk
# Overrides
PRODUCT_BRAND := Android
PRODUCT_NAME := sdk_phone_x86_64