diff options
author | Udaya Bhaskara Reddy Mallavarapu <udaym@codeaurora.org> | 2018-02-02 13:28:27 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-11-20 15:23:05 +0100 |
commit | 6520e87a5b36226c26a6f9152f05ec3388577a57 (patch) | |
tree | 75a2ecc3951c031d72cb2e6daa347d3105700560 /BoardConfigCommon.mk | |
parent | 27d5c165474206d07d4274bd0527e46eecf849de (diff) |
msm8996-common: Enable 64 bit DRM plugins compilation
Enable 64 bit compilation for DRM plugins.
This will generate DRM plugins, HALs & oemcrypto_test in 64 bit.
Change-Id: I451db39edea3446d9816fcaba77caa8d3b097afb
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 44f6622..d9c6d3b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -129,6 +129,9 @@ OVERRIDE_RS_DRIVER := libRSDriver_adreno.so VSYNC_EVENT_PHASE_OFFSET_NS := 2000000 SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 +# DRM +TARGET_ENABLE_MEDIADRM_64 := true + # Encryption TARGET_HW_DISK_ENCRYPTION := true TARGET_KEYMASTER_WAIT_FOR_QSEE := true |