Merge "Allow full_x86 and full_mips in unbundled build." into jb-mr1-dev

This commit is contained in:
Ying Wang 2012-08-22 10:10:09 -07:00 committed by Android (Google) Code Review
commit f3b8659105
1 changed files with 4 additions and 4 deletions

View File

@ -25,12 +25,12 @@
# it includes.
#
# Unbundled apps will be built with the default product config.
# Unbundled apps will be built with the most generic product config.
ifneq ($(TARGET_BUILD_APPS),)
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/core.mk \
$(LOCAL_DIR)/generic.mk \
$(LOCAL_DIR)/full.mk
$(LOCAL_DIR)/full.mk \
$(LOCAL_DIR)/full_x86.mk \
$(LOCAL_DIR)/full_mips.mk
else
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/core.mk \