From ac0b0b363a53bb1aceff569f68da6dbd7ef83465 Mon Sep 17 00:00:00 2001 From: Udaya Bhaskara Reddy Mallavarapu Date: Fri, 2 Feb 2018 13:28:27 +0530 Subject: [PATCH] wayne-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 +++ wayne.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 324aba47..1774a8de 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -164,6 +164,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 + # DT2W TARGET_TAP_TO_WAKE_NODE := "/proc/nvt_wake_gesture" diff --git a/wayne.mk b/wayne.mk index 2e63830a..bbe9f51e 100644 --- a/wayne.mk +++ b/wayne.mk @@ -196,7 +196,7 @@ PRODUCT_PACKAGES += \ # DRM PRODUCT_PACKAGES += \ - android.hardware.drm@1.0-impl:32 \ + android.hardware.drm@1.0-impl \ android.hardware.drm@1.0-service \ android.hardware.drm@1.1-service.clearkey