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: I6f5f9255c73be8a4cfad7ddf88c4b633b05a7091
This commit is contained in:
Ying Wang
2013-03-04 22:53:37 -08:00
parent d4c6ff727d
commit 83c23e69d8
4 changed files with 6 additions and 2 deletions

View File

@@ -40,8 +40,6 @@ PRODUCT_PACKAGES += \
VisualizationWallpapers \
PhotoTable
include $(SRC_TARGET_DIR)/product/emulator.mk
# Additional settings used in all AOSP builds
PRODUCT_PROPERTY_OVERRIDES := \
ro.com.android.dateformat=MM-dd-yyyy \