Enable DRM support in the SDK system image
Move the DRM packages from full_base.mk to core.mk to support DRM both on full and SDK building. It can fix the DRM CTS failures in the system image for emulator. Change-Id: Id12b0ca83a815aac90860230582882e370693522
This commit is contained in:
@@ -97,7 +97,10 @@ PRODUCT_PACKAGES := \
|
|||||||
libwilhelm \
|
libwilhelm \
|
||||||
libz \
|
libz \
|
||||||
screencap \
|
screencap \
|
||||||
sensorservice
|
sensorservice \
|
||||||
|
drmserver \
|
||||||
|
libdrmframework \
|
||||||
|
libdrmframework_jni
|
||||||
|
|
||||||
# host-only dependencies
|
# host-only dependencies
|
||||||
ifeq ($(WITH_HOST_DALVIK),true)
|
ifeq ($(WITH_HOST_DALVIK),true)
|
||||||
|
@@ -20,9 +20,6 @@
|
|||||||
# in inherited configurations.
|
# in inherited configurations.
|
||||||
|
|
||||||
PRODUCT_PACKAGES := \
|
PRODUCT_PACKAGES := \
|
||||||
drmserver \
|
|
||||||
libdrmframework \
|
|
||||||
libdrmframework_jni \
|
|
||||||
libfwdlockengine \
|
libfwdlockengine \
|
||||||
OpenWnn \
|
OpenWnn \
|
||||||
PinyinIME \
|
PinyinIME \
|
||||||
|
Reference in New Issue
Block a user