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

Commit 8333a913 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge \"libutils: Limit integer sanitize to target only\"

am: fc36f6fa

Change-Id: I6bab757829cffa84f6bdae3edfa81597567704ce
parents 2fedbf79 fc36f6fa
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