diff options
author | Udaya Bhaskara Reddy Mallavarapu <udaym@codeaurora.org> | 2018-02-02 13:28:27 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:53:39 +0200 |
commit | 01ff15dcf8a2cbe8169d1d200189922ff590af3d (patch) | |
tree | 2e57b415c03d4e9bddf3ae33ef0e91bd2b0fde78 | |
parent | ceef29766558a306e3347749e4e63e86223a1822 (diff) |
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
-rw-r--r-- | BoardConfigCommon.mk | 3 | ||||
-rw-r--r-- | wayne.mk | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 324aba4..1774a8d 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" @@ -202,7 +202,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 |