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

Commit 9f312b81 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 3deea32a: Merge "Enable DRM support in the SDK system image"

* commit '3deea32a':
  Enable DRM support in the SDK system image
parents 27a4fa10 3deea32a
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 \