Merge "Configuration for preprocessor symbol ALLOW_DISABLE_VERITY (followup for: f61f41494e)."

This commit is contained in:
Shaju Mathew 2022-05-31 16:44:55 +00:00 committed by Gerrit Code Review
commit 8b6dcf4432

View file

@ -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",