From 14b61dac868a14eab3d86e02e18a0e0deda0ca81 Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Mon, 20 Aug 2012 13:17:53 -0700 Subject: [PATCH] replace apps for PDK - Launcher2 to Home - SystemUI to DummySystemUI - Settings to DummySettings Change-Id: Ibeecf3d4df0dbb38737dba7503819d2b700036c1 --- target/product/mini.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/target/product/mini.mk b/target/product/mini.mk index e3fc1b748..b766b877e 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 + -- 2.11.0