forked from openkylin/platform_build
am 3deea32a: Merge "Enable DRM support in the SDK system image"
* commit '3deea32a31e16d92d1d632b5a1bd260416f6e7d5': Enable DRM support in the SDK system image
This commit is contained in:
commit
9f312b8156
|
@ -97,7 +97,10 @@ PRODUCT_PACKAGES := \
|
|||
libwilhelm \
|
||||
libz \
|
||||
screencap \
|
||||
sensorservice
|
||||
sensorservice \
|
||||
drmserver \
|
||||
libdrmframework \
|
||||
libdrmframework_jni
|
||||
|
||||
# host-only dependencies
|
||||
ifeq ($(WITH_HOST_DALVIK),true)
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
# in inherited configurations.
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
drmserver \
|
||||
libdrmframework \
|
||||
libdrmframework_jni \
|
||||
libfwdlockengine \
|
||||
OpenWnn \
|
||||
PinyinIME \
|
||||
|
|
Loading…
Reference in New Issue