From f1c5e9ef6c459dc655e1640a9909baaa4ffd233e Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 27 Oct 2024 16:57:40 -0400 Subject: [PATCH] exynos9610-common: Ensure we build the vendor version of libcrypto_shim Reference: Ia42de59ff157cddc930a111f8ce5e36e645055ed Change-Id: I9c9340b37a1ad0d6c22d3947541fe1196a5efeec --- common.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common.mk b/common.mk index f95ef6d..33e0c6b 100644 --- a/common.mk +++ b/common.mk @@ -132,7 +132,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.drm-service.clearkey \ android.hardware.drm@1.3.vendor \ - libcrypto_shim \ + libcrypto_shim.vendor \ libprotobuf-cpp-lite-3.9.1-vendorcompat # FastCharge @@ -227,8 +227,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.keymaster@3.0.vendor \ android.hardware.keymaster@3.0-impl \ - android.hardware.keymaster@3.0-service \ - libcrypto_shim + android.hardware.keymaster@3.0-service # Lights PRODUCT_PACKAGES += \ -- 2.20.1