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

Commit e8ff8b49 authored by Karuna Wadhera's avatar Karuna Wadhera Committed by David Drysdale
Browse files

Set the proper FEATURE_HARDWARE_KEYSTORE version

The binary implements V3 of the KeyMint HAL, so the feature version
should match.

Bug: 369375199
Bug: 378384123
Test: treehugger
Change-Id: Ib26ac73cf6593d9a50f7a019129c6e5e237ae2cd
parent 41e9d7d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ cc_binary {
        "libutils",
    ],
    required: [
        "android.hardware.hardware_keystore.xml",
        "android.hardware.hardware_keystore_V3.xml",
    ],
}