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

Commit b2938651 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exclude some shared_libs on host fuzzers to prevent ODR violation" into main

parents 0b738740 a6e74726
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -925,6 +925,10 @@ cc_defaults {
        "libbinder_random_parcel",
        "libcutils",
    ],
    exclude_shared_libs: [
        "libbase",
        "libcutils",
    ],
    target: {
        android: {
            shared_libs: [
@@ -939,6 +943,11 @@ cc_defaults {
                "libbinder",
                "libutils",
            ],
            exclude_shared_libs: [
                "libbinder_ndk",
                "libbinder",
                "libutils",
            ],
        },
        darwin: {
            enabled: false,