fix PDK boot issue

- add missing packages to make it boot

Change-Id: I9a4a635e67a82c326f9eb1eceb86cffc8f59a2d3
This commit is contained in:
Keun young Park 2012-08-15 11:32:23 -07:00
parent 0016a9ba8d
commit 8182182182

View file

@ -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