Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b6dcf44 authored by Shaju Mathew's avatar Shaju Mathew Committed by Gerrit Code Review
Browse files

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

parents 127616da db48ce2b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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",