forked from openkylin/platform_build
am 6d3a1a72: am ffa66a1a: Merge "replace apps for PDK" into jb-mr1-dev
* commit '6d3a1a72729570a129500169a3749967d42e1b55': replace apps for PDK
This commit is contained in:
commit
11ab43f23f
|
@ -164,11 +164,8 @@ PRODUCT_PACKAGES += \
|
||||||
FusedLocation \
|
FusedLocation \
|
||||||
InputDevices \
|
InputDevices \
|
||||||
LatinIME \
|
LatinIME \
|
||||||
Launcher2 \
|
|
||||||
Phone \
|
Phone \
|
||||||
Provision \
|
Provision \
|
||||||
Settings \
|
|
||||||
SystemUI \
|
|
||||||
hostapd \
|
hostapd \
|
||||||
wpa_supplicant.conf
|
wpa_supplicant.conf
|
||||||
|
|
||||||
|
@ -226,4 +223,8 @@ $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk)
|
||||||
|
|
||||||
#----------------- For PDK ------------------------------
|
#----------------- For PDK ------------------------------
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
TestingCamera
|
TestingCamera \
|
||||||
|
Home \
|
||||||
|
DummySystemUI \
|
||||||
|
DummySettings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue