aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-07-11 09:57:08 -0700
committerYing Wang <wangying@google.com>2011-07-11 09:57:08 -0700
commitfbfd654f67609d019de8111480ebe374669ffef2 (patch)
treebbe16514d1936be19f85f1bafaefeb5c88c3b0ce
parent09636e177160821ba018297e8127b4e6109e7b6a (diff)
downloadbuild-fbfd654f67609d019de8111480ebe374669ffef2.tar.gz
Switch Unbundled apps from generic.mk to full.mk.
Change-Id: Ib0b84e041275a5ad389a122f0349a85008496be2
-rw-r--r--target/product/AndroidProducts.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/product/AndroidProducts.mk b/target/product/AndroidProducts.mk
index eb17b3b36e..cd6a41cc45 100644
--- a/target/product/AndroidProducts.mk
+++ b/target/product/AndroidProducts.mk
@@ -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 \