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
This commit is contained in:
Roshan Pius
2024-09-12 00:28:37 +00:00
parent e2346b7a13
commit ebf4298956

View File

@@ -55,6 +55,7 @@ apex {
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>
],
}