summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-08-10 15:12:15 -0700
committerYing Wang <wangying@google.com>2012-08-22 10:09:22 -0700
commit0d9827386d4675c374a14148b146a51c9987f209 (patch)
tree3c1521b8e2c43dc0b5ad0c88acc7e46959061f7e /target
parent4606449a53c1a802ea9db0059c08c95cb020376d (diff)
downloadbuild-0d9827386d4675c374a14148b146a51c9987f209.zip
build-0d9827386d4675c374a14148b146a51c9987f209.tar.gz
build-0d9827386d4675c374a14148b146a51c9987f209.tar.bz2
Allow full_x86 and full_mips in unbundled build.
So we can do unbundled builds for x86 and mips devices. Change-Id: Ibd8c3b0371c316b713a748a6e6ce14fe98fdc4aa
Diffstat (limited to 'target')
-rw-r--r--target/product/AndroidProducts.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/product/AndroidProducts.mk b/target/product/AndroidProducts.mk
index 9279633..796b79f 100644
--- a/target/product/AndroidProducts.mk
+++ b/target/product/AndroidProducts.mk
@@ -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 \