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
This commit is contained in:
parent
621c1f6b86
commit
ac0b0b363a
2 changed files with 4 additions and 1 deletions
|
@ -164,6 +164,9 @@ OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
|
||||||
VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
|
VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
|
||||||
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
|
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
|
||||||
|
|
||||||
|
# DRM
|
||||||
|
TARGET_ENABLE_MEDIADRM_64 := true
|
||||||
|
|
||||||
# DT2W
|
# DT2W
|
||||||
TARGET_TAP_TO_WAKE_NODE := "/proc/nvt_wake_gesture"
|
TARGET_TAP_TO_WAKE_NODE := "/proc/nvt_wake_gesture"
|
||||||
|
|
||||||
|
|
2
wayne.mk
2
wayne.mk
|
@ -196,7 +196,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
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.0-service \
|
||||||
android.hardware.drm@1.1-service.clearkey
|
android.hardware.drm@1.1-service.clearkey
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue