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

Commit 9297e0e3 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Only sanitize Android." am: a22ce825

am: 98536b07

Change-Id: I56c9f432277dc1122d6fb756190c0e6337db0877
parents 70c2889d 98536b07
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -37,9 +37,6 @@ cc_library {
    cppflags: libbase_cppflags,
    export_include_dirs: ["include"],
    shared_libs: ["liblog"],
    sanitize: {
        misc_undefined: ["integer"],
    },
    target: {
        android: {
            srcs: [
@@ -47,6 +44,9 @@ cc_library {
                "properties.cpp",
            ],
            cppflags: ["-Wexit-time-destructors"],
            sanitize: {
                misc_undefined: ["integer"],
            },
        },
        darwin: {
            srcs: ["errors_unix.cpp"],
@@ -89,12 +89,12 @@ cc_test {
        "strings_test.cpp",
        "test_main.cpp",
    ],
    sanitize: {
        misc_undefined: ["integer"],
    },
    target: {
        android: {
            srcs: ["properties_test.cpp"],
            sanitize: {
                misc_undefined: ["integer"],
            },
        },
        windows: {
            srcs: ["utf8_test.cpp"],