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

Commit 2bd3e9ce authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by android-build-merger
Browse files

Merge "Disable integer sanitization on host." am: afe25958 am: ac3cf2ea am: ee5a545b

am: cad514cd

Change-Id: I71dc02174b0295741268231becdb8ada916ab3dc
parents dff2f915 cad514cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ cc_library {
                "trace-dev.c",
                "uevent.c",
            ],
            sanitize: {
                misc_undefined: ["integer"],
            },
        },

        android_arm: {
@@ -153,9 +156,6 @@ cc_library {
    ],

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

subdirs = ["tests"]