Skip to content
Snippets Groups Projects
Commit 5fc9dc6c authored by Gil Cukierman's avatar Gil Cukierman
Browse files

Add feature flag for disallow_cellular_null_ciphers

Adds a new aconfig file in android.os and creates
the first flag there.

Test: m
Bug: 276752881
Change-Id: I81b8f4f42bafc1adee139b35cc111dc852c4d2a2
parent 4f5cb1b3
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ java_defaults {
// Add java_aconfig_libraries to here to add them to the core framework
srcs: [
":android.os.flags-aconfig-java{.generated_srcjars}",
":android.security.flags-aconfig-java{.generated_srcjars}",
":camera_platform_flags_core_java_lib{.generated_srcjars}",
":com.android.window.flags.window-aconfig-java{.generated_srcjars}",
......@@ -78,3 +79,16 @@ java_aconfig_library {
aconfig_declarations: "android.security.flags-aconfig",
defaults: ["framework-minus-apex-aconfig-java-defaults"],
}
// OS
aconfig_declarations {
name: "android.os.flags-aconfig",
package: "android.os",
srcs: ["core/java/android/os/*.aconfig"],
}
java_aconfig_library {
name: "android.os.flags-aconfig-java",
aconfig_declarations: "android.os.flags-aconfig",
defaults: ["framework-minus-apex-aconfig-java-defaults"],
}
package: "android.os"
flag {
name: "disallow_cellular_null_ciphers_restriction"
namespace: "cellular_security"
description: "Guards a new UserManager user restriction that admins can use to require cellular encryption on their managed devices."
bug: "276752881"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment