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

Commit 49cfd967 authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by android-build-merger
Browse files

Merge "Disable integer sanitization on host." am: b79d9f9d

am: e81efc50

Change-Id: Ifc9e92b6c39b9dc08066f051da263171bef1ee06
parents dfadb2a1 e81efc50
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -28,9 +28,6 @@ cc_library {
    ],

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

    shared_libs: [
        "liblog",
@@ -50,6 +47,10 @@ cc_library {
                "libutils",
                "libbinder",
            ],

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