aboutsummaryrefslogtreecommitdiff
path: root/shared/device.mk
diff options
context:
space:
mode:
authorJean-François <jif@google.com>2024-02-12 16:40:13 +0100
committerJean-François <jif@google.com>2024-02-12 16:40:17 +0100
commit81634ff43eeec5d4c99cd046d2870020dd9c1e07 (patch)
tree1a314b0f1ab0a8089cd18d739edc1d3bd3e49b96 /shared/device.mk
parent9ab1b8787e17d95b3f05d5199c9a85cdd4f5ff7d (diff)
downloadcuttlefish-81634ff43eeec5d4c99cd046d2870020dd9c1e07.tar.gz
Exclude widevine from RISC-V Cuttlefish images
The widevine binaries currently don't support RISC-V. Exclude the service from Cuttlefish builds of RISC-V. Bug: 321153191 Test: Build and launch of aosp_cf_riscv64_phone. Change-Id: I1dc31f7cabe73993b573fee58c1d50a1e60fd918
Diffstat (limited to 'shared/device.mk')
-rw-r--r--shared/device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/device.mk b/shared/device.mk
index 7047d1bb3..385e4c895 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -331,7 +331,10 @@ PRODUCT_PACKAGES += \
android.hardware.drm@latest-service.clearkey
endif
+LOCAL_ENABLE_WIDEVINE ?= true
+ifeq ($(LOCAL_ENABLE_WIDEVINE),true)
-include vendor/widevine/libwvdrmengine/apex/device/device.mk
+endif
#
# Confirmation UI HAL