Merge "Configuration for preprocessor symbol ALLOW_DISABLE_VERITY (followup for: f61f41494e)."
This commit is contained in:
commit
8b6dcf4432
1 changed files with 11 additions and 0 deletions
|
|
@ -22,6 +22,17 @@ cc_binary {
|
|||
],
|
||||
|
||||
cflags: ["-Werror"],
|
||||
cppflags: [
|
||||
"-DALLOW_DISABLE_VERITY=0",
|
||||
],
|
||||
product_variables: {
|
||||
debuggable: {
|
||||
cppflags: [
|
||||
"-UALLOW_DISABLE_VERITY",
|
||||
"-DALLOW_DISABLE_VERITY=1",
|
||||
],
|
||||
},
|
||||
},
|
||||
symlinks: [
|
||||
"enable-verity",
|
||||
"disable-verity",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue