From 0f01a6dc3dec8b506a7c757dd02a6726bad2199c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 22 Oct 2010 16:48:56 -0700 Subject: Use the most appropriate full variant. This avoids pulling in emulator-specific files into device builds. Change-Id: I2f446340391e27373e7a8d3b371498e54be197ac --- full_crespo.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'full_crespo.mk') diff --git a/full_crespo.mk b/full_crespo.mk index fcf904a..d86fed2 100644 --- a/full_crespo.mk +++ b/full_crespo.mk @@ -34,13 +34,13 @@ PRODUCT_PACKAGES := \ $(call inherit-product-if-exists, vendor/samsung/crespo/full_crespo-trampoline.mk) # Inherit from those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # This is where we'd set a backup provider if we had one #$(call inherit-product, device/sample/products/backup_overlay.mk) $(call inherit-product, device/samsung/crespo/device.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk) # Discard inherited values and use our own instead. PRODUCT_NAME := full_crespo PRODUCT_DEVICE := crespo +PRODUCT_BRAND := Android PRODUCT_MODEL := Full Android on Crespo -- cgit v1.1