forked from openkylin/platform_build
am 5877c1d1: am 81821821: fix PDK boot issue
* commit '5877c1d17d34cd2eb039ec904b2bd4eb9fbd5ddd': fix PDK boot issue
This commit is contained in:
commit
1dc7c65a83
|
@ -153,6 +153,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
PRODUCT_PACKAGES += \
|
||||
Bluetooth \
|
||||
FusedLocation \
|
||||
InputDevices \
|
||||
LatinIME \
|
||||
Launcher2 \
|
||||
|
@ -200,7 +201,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
drmserver \
|
||||
libdrmframework \
|
||||
libdrmframework_jni
|
||||
libdrmframework_jni \
|
||||
WAPPushManager
|
||||
|
||||
|
||||
# Additional settings used in all AOSP builds
|
||||
|
|
Loading…
Reference in New Issue