replace apps for PDK
- Launcher2 to Home - SystemUI to DummySystemUI - Settings to DummySettings Change-Id: Ibeecf3d4df0dbb38737dba7503819d2b700036c1
This commit is contained in:
parent
85e86626e9
commit
14b61dac86
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue