From 4a6ea2d8c22d8c29df451dd917fa83a373bc0a9c Mon Sep 17 00:00:00 2001 From: neoyu Date: Wed, 8 Feb 2023 08:14:12 +0800 Subject: [PATCH] Support SecureElement HAL for HIDL Bug: 267525940 Bug: 268172771 Test: manual Change-Id: I4d2dd9af751773308b2bdea3bc6b9583961ef2a6 --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index 45aa2991..763566f9 100644 --- a/device.mk +++ b/device.mk @@ -924,6 +924,8 @@ SUPPORT_NR := true SUPPORT_NR_DS := true # Using IRadio 2.0 USE_RADIO_HAL_2_0 := true +# Support SecureElement HAL for HIDL +USE_SE_HIDL := true # Using Early Send Device Info USE_EARLY_SEND_DEVICE_INFO := true