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

Commit 014c710c authored by David Drysdale's avatar David Drysdale Committed by Gerrit Code Review
Browse files

Merge changes from topic "keymint-v3" into main

* changes:
  Declare previous version when using frozen HALs
  Set the proper FEATURE_HARDWARE_KEYSTORE version
parents 574ae66e 5969d692
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",
    ],
}

+4 −3
Original line number Diff line number Diff line
@@ -42,9 +42,10 @@ rust_binary {
    defaults: ["android.hardware.security.keymint-service.rust.trusty.default"],
    init_rc: ["android.hardware.security.keymint-service.rust.trusty.rc"],
    vintf_fragments: ["android.hardware.security.keymint-service.rust.trusty.xml"],
    required: [
        "android.hardware.hardware_keystore.xml",
    ],
    required: select(release_flag("RELEASE_AIDL_USE_UNFROZEN"), {
        true: ["android.hardware.hardware_keystore.xml"],
        default: ["android.hardware.hardware_keystore_V3.xml"],
    }),
}

rust_binary {