From e8f5406582f533d08b8a7aef77d800e8eb2819b3 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Mon, 4 Mar 2013 22:53:37 -0800 Subject: Move emulator.mk out of full_base.mk Instead we should have the emulator products (full, full_mips, full_x86, sdk) inherit from emulator.mk directly, because full_base.mk is also inherited by real device products, such as full_manta.mk. Change-Id: I475f7262eaa65dd85fc844ed357547c76c82598f --- target/product/full.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/product/full.mk') diff --git a/target/product/full.mk b/target/product/full.mk index 8231e99..a4075d4 100644 --- a/target/product/full.mk +++ b/target/product/full.mk @@ -22,6 +22,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk) +include $(SRC_TARGET_DIR)/product/emulator.mk + # Overrides PRODUCT_NAME := full PRODUCT_DEVICE := generic -- cgit v1.1