diff --git a/proprietary/vendor/bin/hw/android.hardware.drm@1.1-service.clearkey b/proprietary/vendor/bin/hw/android.hardware.drm@1.1-service.clearkey deleted file mode 100755 index 6488e30..0000000 Binary files a/proprietary/vendor/bin/hw/android.hardware.drm@1.1-service.clearkey and /dev/null differ diff --git a/proprietary/vendor/bin/hw/android.hardware.drm@1.2-service.widevine b/proprietary/vendor/bin/hw/android.hardware.drm@1.2-service.widevine deleted file mode 100644 index 2c215ad..0000000 Binary files a/proprietary/vendor/bin/hw/android.hardware.drm@1.2-service.widevine and /dev/null differ diff --git a/proprietary/vendor/etc/init/android.hardware.drm@1.1-service.clearkey.rc b/proprietary/vendor/etc/init/android.hardware.drm@1.1-service.clearkey.rc deleted file mode 100644 index ffe856a..0000000 --- a/proprietary/vendor/etc/init/android.hardware.drm@1.1-service.clearkey.rc +++ /dev/null @@ -1,6 +0,0 @@ -service vendor.drm-clearkey-hal-1-1 /vendor/bin/hw/android.hardware.drm@1.1-service.clearkey - class hal - user media - group media mediadrm - ioprio rt 4 - writepid /dev/cpuset/foreground/tasks diff --git a/proprietary/vendor/etc/init/android.hardware.drm@1.2-service.widevine.rc b/proprietary/vendor/etc/init/android.hardware.drm@1.2-service.widevine.rc deleted file mode 100644 index b33686c..0000000 --- a/proprietary/vendor/etc/init/android.hardware.drm@1.2-service.widevine.rc +++ /dev/null @@ -1,24 +0,0 @@ -on property:init.svc.mediadrm=running - mkdir /data/vendor/mediadrm 0770 media mediadrm - start vendor.move_data_sh - -service vendor.move_data_sh /system/bin/move_widevine_data.sh - class late_start - user media - group media mediadrm system - disabled - oneshot - -service vendor.drm-widevine-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service.widevine - interface android.hardware.drm@1.0::ICryptoFactory widevine - interface android.hardware.drm@1.0::IDrmFactory widevine - interface android.hardware.drm@1.1::ICryptoFactory widevine - interface android.hardware.drm@1.1::IDrmFactory widevine - interface android.hardware.drm@1.2::ICryptoFactory widevine - interface android.hardware.drm@1.2::IDrmFactory widevine - interface android.hidl.base@1.0::IBase widevine - class hal - user media - group media mediadrm drmrpc - ioprio rt 4 - writepid /dev/cpuset/foreground/tasks diff --git a/sanders-vendor.mk b/sanders-vendor.mk index 46412b7..2a872ba 100644 --- a/sanders-vendor.mk +++ b/sanders-vendor.mk @@ -1449,9 +1449,7 @@ PRODUCT_COPY_FILES += \ # DRM Blobs PRODUCT_COPY_FILES += \ - vendor/motorola/sanders/proprietary/vendor/bin/hw/android.hardware.drm@1.1-service.clearkey:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.drm@1.1-service.clearkey \ - vendor/motorola/sanders/proprietary/vendor/etc/init/android.hardware.drm@1.1-service.clearkey.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.1-service.clearkey.rc \ - vendor/motorola/sanders/proprietary/vendor/bin/hw/android.hardware.drm@1.2-service.widevine:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.drm@1.2-service.widevine \ + vendor/motorola/sanders/proprietary/vendor/bin/hw/android.hardware.drm@1.1-service.widevine:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.drm@1.1-service.widevine \ vendor/motorola/sanders/proprietary/vendor/etc/init/android.hardware.drm@1.1-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.1-service.widevine.rc \ vendor/motorola/sanders/proprietary/vendor/lib/libcpion.so:$(TARGET_COPY_OUT_VENDOR)/lib/libcpion.so \ vendor/motorola/sanders/proprietary/vendor/etc/init/init.time_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.time_daemon.rc \