commit | 2e3a179e53aa9d8caa62790dab0875ad86d8f6e2 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Wed Jan 17 12:42:57 2024 -0700 |
committer | Shawn Willden <swillden@google.com> | Wed Jan 17 12:42:57 2024 -0700 |
tree | 05ff26ec40ed3204ef3e41a85c27e41903f8b412 | |
parent | 31fd707aed3a7fd0253905d5c8b4ca87ba5b7a57 [diff] |
Correct namespace for frp_enforcement flag. Bug: 290312729 Test: N/A Change-Id: I65e7ce4b7113639523aec1e08682a334056cbb69
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index 30524a1..1994058 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig
@@ -53,7 +53,7 @@ flag { name: "frp_enforcement" - namespace: "android_hw_security" + namespace: "hardware_backed_security" description: "This flag controls whether PDB enforces FRP" bug: "290312729" is_fixed_read_only: true