summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-06 09:50:15 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-06 09:50:18 -0700
commit45f9c0e34e19f1fdc23ec717127990c00984184d (patch)
tree66f9a05726292789b009e9a8c5089bd6cf48c4c7
parent4387dc3ee112839226bccc9454d6a7e539850320 (diff)
downloadbuild-45f9c0e34e19f1fdc23ec717127990c00984184d.zip
build-45f9c0e34e19f1fdc23ec717127990c00984184d.tar.gz
build-45f9c0e34e19f1fdc23ec717127990c00984184d.tar.bz2
Tweak apps in "full" configs.
Add new apps. Also move VoiceDialer to only appear in telephony-enabled builds. Change-Id: I3560c19f841296be0c7438553e870df12a4c8cda
-rw-r--r--target/product/full_base.mk3
-rw-r--r--target/product/full_base_telephony.mk3
2 files changed, 5 insertions, 1 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk
index 19f94ee..a41a76d 100644
--- a/target/product/full_base.mk
+++ b/target/product/full_base.mk
@@ -21,11 +21,12 @@
PRODUCT_PACKAGES := \
OpenWnn \
+ PhotoEditor \
PinyinIME \
- VoiceDialer \
libWnnEngDic \
libWnnJpnDic \
libwnndict \
+ VideoEditor \
WAPPushManager
# Additional settings used in all AOSP builds
diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk
index 932ba95..fa55987 100644
--- a/target/product/full_base_telephony.mk
+++ b/target/product/full_base_telephony.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 :\
+ VoiceDialer
+
PRODUCT_PROPERTY_OVERRIDES := \
keyguard.no_require_sim=true \
ro.com.android.dataroaming=true