Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebf42989 authored by Roshan Pius's avatar Roshan Pius
Browse files

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
parent e2346b7a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>
    ],
}