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

Commit 5c7968cc authored by Karuna Wadhera's avatar Karuna Wadhera Committed by Gerrit Code Review
Browse files

Merge "Always use V4 FEATURE_HARDWARE_KEYSTORE XML file" into main

parents 7ca26130 caf85300
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -120,10 +120,9 @@ cc_binary {
        "libtrusty",
        "libutils",
    ],
    required: select(release_flag("RELEASE_AIDL_USE_UNFROZEN"), {
        true: ["android.hardware.hardware_keystore.xml"],
        default: ["android.hardware.hardware_keystore_V3.xml"],
    }),
    required: [
        "android.hardware.hardware_keystore.xml",
    ],
}

prebuilt_etc {
+1 −4
Original line number Diff line number Diff line
@@ -42,10 +42,7 @@ 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: select(release_flag("RELEASE_AIDL_USE_UNFROZEN"), {
        true: ["android.hardware.hardware_keystore.xml"],
        default: ["android.hardware.hardware_keystore_V3.xml"],
    }),
    required: ["android.hardware.hardware_keystore.xml"],
}

rust_binary {