From 880a57acbffdda4fafd26f1accd46dbdd1a1d13f Mon Sep 17 00:00:00 2001 From: Udaya Bhaskara Reddy Mallavarapu Date: Fri, 2 Feb 2018 13:28:27 +0530 Subject: [PATCH] sdm845-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 98f3fa4..d6e258f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -81,6 +81,9 @@ WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true # Display TARGET_USES_HWC2 := true +# DRM +TARGET_ENABLE_MEDIADRM_64 := true + # Lineage Hardware JAVA_SOURCE_OVERLAYS := \ org.lineageos.hardware|$(COMMON_PATH)/lineagehw|**/*.java