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
diff --git a/secure_element/aidl/default/Android.bp b/secure_element/aidl/default/Android.bp
index b382822..6f5e5f7 100644
--- a/secure_element/aidl/default/Android.bp
+++ b/secure_element/aidl/default/Android.bp
@@ -55,6 +55,7 @@
prebuilts: [
"secure_element.rc",
"secure_element.xml",
- "android.hardware.se.omapi.ese.prebuilt.xml", // <feature>
+ // TODO (b/289193458): Add this back when access control is implemented for cuttlefish.
+ // "android.hardware.se.omapi.ese.prebuilt.xml", // <feature>
],
}