diff options
author | Bruno Martins <bgcngm@gmail.com> | 2022-05-30 19:27:51 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-03 02:52:56 +0200 |
commit | 5ed3ee9ebb5110a0d7cf75402d47d634af304a5d (patch) | |
tree | 7e419a759724abdd4b9c51639c6de0ef49eea9fd /BoardConfigCommon.mk | |
parent | ce7cf5c8830133c9424f38ac6b93721d6e22dca8 (diff) |
msm8996-common: Drop default DRM service
This is not needed, since Widevine DRM and Clearkey DRM
services are available.
Change-Id: I97023f1bab88ddb8fa4cb205df190c516a759951
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index db777b9..029b49f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -119,9 +119,6 @@ MAX_EGL_CACHE_SIZE := 2048*1024 OVERRIDE_RS_DRIVER := libRSDriver_adreno.so -# DRM -TARGET_ENABLE_MEDIADRM_64 := true - # Encryption TARGET_HW_DISK_ENCRYPTION := true |