mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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>
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user