summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-08-20 13:17:53 -0700
committerKeun young Park <keunyoung@google.com>2012-08-20 17:06:36 -0700
commit14b61dac868a14eab3d86e02e18a0e0deda0ca81 (patch)
treecbcad5946010e25341e0dab60f963eb123df0bad /target
parent85e86626e952bca488b2bacc57743e59132794bc (diff)
downloadbuild-14b61dac868a14eab3d86e02e18a0e0deda0ca81.zip
build-14b61dac868a14eab3d86e02e18a0e0deda0ca81.tar.gz
build-14b61dac868a14eab3d86e02e18a0e0deda0ca81.tar.bz2
replace apps for PDK
- Launcher2 to Home - SystemUI to DummySystemUI - Settings to DummySettings Change-Id: Ibeecf3d4df0dbb38737dba7503819d2b700036c1
Diffstat (limited to 'target')
-rw-r--r--target/product/mini.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/target/product/mini.mk b/target/product/mini.mk
index e3fc1b7..b766b87 100644
--- a/target/product/mini.mk
+++ b/target/product/mini.mk
@@ -164,11 +164,8 @@ PRODUCT_PACKAGES += \
FusedLocation \
InputDevices \
LatinIME \
- Launcher2 \
Phone \
Provision \
- Settings \
- SystemUI \
hostapd \
wpa_supplicant.conf
@@ -226,4 +223,8 @@ $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk)
#----------------- For PDK ------------------------------
PRODUCT_PACKAGES += \
- TestingCamera
+ TestingCamera \
+ Home \
+ DummySystemUI \
+ DummySettings
+