Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 020e159f authored by Jun Tian's avatar Jun Tian
Browse files

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
parent d0831659
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -97,7 +97,10 @@ PRODUCT_PACKAGES := \
    libwilhelm \
    libz \
    screencap \
    sensorservice
    sensorservice \
    drmserver \
    libdrmframework \
    libdrmframework_jni

# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)
+0 −3
Original line number Diff line number Diff line
@@ -20,9 +20,6 @@
# in inherited configurations.

PRODUCT_PACKAGES := \
    drmserver \
    libdrmframework \
    libdrmframework_jni \
    libfwdlockengine \
    OpenWnn \
    PinyinIME \