Merge "Set the container field of aconfig flags" into main am: 4a8dc192c3
Original change: https://android-review.googlesource.com/c/platform/system/security/+/2947640 Change-Id: I6e23ceb71a2c696a764a72ad922c50c316c957c4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
71b89efc7e
4 changed files with 9 additions and 1 deletions
|
@ -22,12 +22,17 @@ cc_binary {
|
||||||
"libkeyutils",
|
"libkeyutils",
|
||||||
"liblog",
|
"liblog",
|
||||||
],
|
],
|
||||||
cflags: ["-Werror", "-Wall", "-Wextra"],
|
cflags: [
|
||||||
|
"-Werror",
|
||||||
|
"-Wall",
|
||||||
|
"-Wextra",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
aconfig_declarations {
|
aconfig_declarations {
|
||||||
name: "aconfig_fsverity_init",
|
name: "aconfig_fsverity_init",
|
||||||
package: "android.security.flag",
|
package: "android.security.flag",
|
||||||
|
container: "system",
|
||||||
srcs: ["flags.aconfig"],
|
srcs: ["flags.aconfig"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
package: "android.security.flag"
|
package: "android.security.flag"
|
||||||
|
container: "system"
|
||||||
|
|
||||||
flag {
|
flag {
|
||||||
name: "deprecate_fsverity_init"
|
name: "deprecate_fsverity_init"
|
||||||
|
|
|
@ -158,6 +158,7 @@ rust_binary {
|
||||||
aconfig_declarations {
|
aconfig_declarations {
|
||||||
name: "keystore2_flags",
|
name: "keystore2_flags",
|
||||||
package: "android.security.keystore2",
|
package: "android.security.keystore2",
|
||||||
|
container: "system",
|
||||||
srcs: ["aconfig/flags.aconfig"],
|
srcs: ["aconfig/flags.aconfig"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
package: "android.security.keystore2"
|
package: "android.security.keystore2"
|
||||||
|
container: "system"
|
||||||
|
|
||||||
flag {
|
flag {
|
||||||
name: "wal_db_journalmode_v3"
|
name: "wal_db_journalmode_v3"
|
||||||
|
|
Loading…
Reference in a new issue