From ebf4298956ec09c9ae908620f3e6be8fb9e8a0ea Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Thu, 12 Sep 2024 00:28:37 +0000 Subject: [PATCH] secure_element: Don't enable omapi feature on cuttlefish This feature flag also needs some work in implementing the corresponding access control rules. Otherwise, the CTS tests will fail. Re-enable this once that is fully implemented. Bug: 289193458 Change-Id: I426bce4db0715c5136c15ddf68afdcf2966cb7af Test: atest OmapiTest --- secure_element/aidl/default/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/secure_element/aidl/default/Android.bp b/secure_element/aidl/default/Android.bp index b38282234d..6f5e5f7026 100644 --- a/secure_element/aidl/default/Android.bp +++ b/secure_element/aidl/default/Android.bp @@ -55,6 +55,7 @@ apex { prebuilts: [ "secure_element.rc", "secure_element.xml", - "android.hardware.se.omapi.ese.prebuilt.xml", // + // TODO (b/289193458): Add this back when access control is implemented for cuttlefish. + // "android.hardware.se.omapi.ese.prebuilt.xml", // ], }