Switch Unbundled apps from generic.mk to full.mk.

Change-Id: I7aaaef8f2032590d55ccec77621c6b3f4c121f9a
This commit is contained in:
Ying Wang 2010-10-22 14:14:59 -07:00
parent 040e8cf01b
commit e67944ee12
2 changed files with 4 additions and 3 deletions

View file

@ -25,11 +25,12 @@
# it includes. # it includes.
# #
# An unbundled app build needs only generic.mk. # Unbundled apps will be built with the default product config.
ifneq ($(TARGET_BUILD_APPS),) ifneq ($(TARGET_BUILD_APPS),)
PRODUCT_MAKEFILES := \ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/core.mk \ $(LOCAL_DIR)/core.mk \
$(LOCAL_DIR)/generic.mk $(LOCAL_DIR)/generic.mk \
$(LOCAL_DIR)/full.mk
else else
PRODUCT_MAKEFILES := \ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/core.mk \ $(LOCAL_DIR)/core.mk \

View file

@ -44,7 +44,7 @@ PRODUCT_LOCALES := en_US
# Pick up some sounds - stick with the short list to save space # Pick up some sounds - stick with the short list to save space
# on smaller devices. # on smaller devices.
$(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk) $(call inherit-product-if-exists, frameworks/base/data/sounds/OriginalAudio.mk)
# Get the TTS language packs # Get the TTS language packs
$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk) $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)