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

Commit 27064df1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder fuzzers: static on host" am: a59b716b am: e09ebe61 am:...

Merge "libbinder fuzzers: static on host" am: a59b716b am: e09ebe61 am: bb9b28c9 am: baee8f63 am: 5e7b4349

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1838240

Change-Id: Ie55a2e315c3355c0c16caec51e2766c3122cc0b5
parents cd06d71b 5e7b4349
Loading
Loading
Loading
Loading
+19 −7
Original line number Diff line number Diff line
@@ -30,16 +30,28 @@ cc_defaults {
        "-Wall",
        "-Werror",
    ],
    target: {
        android: {
            shared_libs: [
                "libcutils",
                "libutils",
                "libbase",
                "libbinder",
            ],
        },
        host: {
            static_libs: [
                "libcutils",
                "liblog",
                "libutils",
                "libbase",
                "libbinder",
            ],
    target: {
        },
        darwin: {
            enabled: false,
        }
    }
        },
    },
}

cc_fuzz {