From 4cd1b6296d86126958effd9c99000a33e22eb475 Mon Sep 17 00:00:00 2001 From: Udaya Bhaskara Reddy Mallavarapu Date: Fri, 2 Feb 2018 13:28:27 +0530 Subject: [PATCH] sdm710-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 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 54a5e31..823624f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -73,6 +73,9 @@ TARGET_USES_DRM_PP := true MAX_EGL_CACHE_KEY_SIZE := 12*1024 MAX_EGL_CACHE_SIZE := 2048*1024 +# DRM +TARGET_ENABLE_MEDIADRM_64 := true + # Filesystem TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs