From aab9ec842434ca6ec2a6e3fd74d146bbdf2d1621 Mon Sep 17 00:00:00 2001 From: Tommy Chiu Date: Tue, 2 Apr 2024 14:44:08 +0800 Subject: [PATCH] mDL: Remove mDL HAL Since the gsc firmware doens't support mDL since MAIN-00009, we'll need to remove HAL accordingly to avoid inteface confusion. Bug: 330415816 Test: PTE release test Change-Id: Ie91817c926d77209c8ac1119dc74053cb0f6215a --- dauntless/gsc.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/dauntless/gsc.mk b/dauntless/gsc.mk index 0c4985f..188d9f9 100644 --- a/dauntless/gsc.mk +++ b/dauntless/gsc.mk @@ -9,7 +9,6 @@ PRODUCT_PACKAGES += \ android.hardware.weaver-service.citadel \ android.hardware.authsecret-service.citadel \ android.hardware.oemlock-service.citadel \ - android.hardware.identity@1.0-service.citadel \ init_citadel \ android.hardware.strongbox_keystore.xml \ android.hardware.security.keymint-service.citadel \