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

Change-Id: Ib0b84e041275a5ad389a122f0349a85008496be2
This commit is contained in:
Ying Wang
2011-07-11 09:57:08 -07:00
parent 09636e1771
commit fbfd654f67

View File

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