platform_system_security/fsverity_init/flags.aconfig
Victor Hsieh 0da66a5537 Flag guard to make fsverity_init a no-op
As early as fsverity_init, the flag can only be static (thus
is_fixed_read_only). It is now a constant/false and will be flipped
during the ramp up at build time.

Bug: 290064770
Test: mma
Test: Inspect the generated code
Change-Id: I4bd1addb996705f6e6b9f75313bf22b9ecd3e11c
2023-10-17 10:54:28 -07:00

9 lines
231 B
Text

package: "android.security.flag"
flag {
name: "deprecate_fsverity_init"
namespace: "hardware_backed_security"
description: "Feature flag for deprecate fsverity_init"
bug: "290064770"
is_fixed_read_only: true
}