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

Commit fc36f6fa authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libutils: Limit integer sanitize to target only"

parents 41e82a3c e16bdb1b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ cc_library {
                "libdl",
                "liblog",
            ],

            sanitize: {
                misc_undefined: ["integer"],
            },
        },

        host: {
@@ -96,9 +100,6 @@ cc_library {
    },

    clang: true,
    sanitize: {
        misc_undefined: ["integer"],
    },
}

// Include subdirectory makefiles