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

Commit c64643ad authored by Victor Hsieh's avatar Victor Hsieh Committed by Android (Google) Code Review
Browse files

Merge "Move deprecate_fsv_sig flag to another package" into main

parents 54c09c36 f155a724
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
    description: "Fix bugs in behavior of UnlockedDeviceRequired keystore keys"
    bug: "296464083"
}

flag {
    name: "deprecate_fsv_sig"
    namespace: "hardware_backed_security"
    description: "Feature flag for deprecating .fsv_sig"
    bug: "277916185"
}
+0 −17
Original line number Diff line number Diff line
aconfig_declarations {
    name: "com.android.server.security.flags-aconfig",
    package: "com.android.server.security",
    srcs: ["*.aconfig"],
}

java_aconfig_library {
    name: "com.android.server.security.flags-aconfig-java",
    aconfig_declarations: "com.android.server.security.flags-aconfig",
}

java_aconfig_library {
    name: "com.android.server.security.flags-aconfig-java-host",
    aconfig_declarations: "com.android.server.security.flags-aconfig",
    host_supported: true,
    test: true,
}
+0 −8
Original line number Diff line number Diff line
package: "com.android.server.security"

flag {
    name: "deprecate_fsv_sig"
    namespace: "hardware_backed_security"
    description: "Feature flag for deprecating .fsv_sig"
    bug: "277916185"
}