fix PDK boot issue
- add missing packages to make it boot Change-Id: I9a4a635e67a82c326f9eb1eceb86cffc8f59a2d3
This commit is contained in:
parent
0016a9ba8d
commit
8182182182
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue