summaryrefslogtreecommitdiffstats
path: root/target/product/full.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-07-15 17:47:14 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-07-15 17:47:14 -0700
commit2c6a62f8fbfdc4db9cf0a20aab005b1b99bb0988 (patch)
treec086350bddf7f632603b689c6b14b9cfa893951b /target/product/full.mk
parentcfcbb69f2305a5ca10e4a2c6a565771e7ec4b37b (diff)
downloadbuild-2c6a62f8fbfdc4db9cf0a20aab005b1b99bb0988.zip
build-2c6a62f8fbfdc4db9cf0a20aab005b1b99bb0988.tar.gz
build-2c6a62f8fbfdc4db9cf0a20aab005b1b99bb0988.tar.bz2
Remove Camera app from the generic build.
That's because a camera isn't required for compatibility and some devices don't have a camera. Add the Camera app in the emulator builds, since the emulator does have a camera. Change-Id: I56a1fe9f703c3b05dec99200a9353d75338c5f40
Diffstat (limited to 'target/product/full.mk')
-rw-r--r--target/product/full.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/full.mk b/target/product/full.mk
index 8231e99..0f1956b 100644
--- a/target/product/full.mk
+++ b/target/product/full.mk
@@ -19,6 +19,9 @@
# build quite specifically for the emulator, and might not be
# entirely appropriate to inherit from for on-device configurations.
+PRODUCT_PACKAGES := \
+ Camera
+
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)