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

Commit cff5b8a7 authored by Logan Chien's avatar Logan Chien Committed by Android (Google) Code Review
Browse files

Merge "libctuils: Exclude qtaguid.cpp from VNDK-SP variant" into pi-dev

parents c8b1a252 94223374
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -160,6 +160,15 @@ cc_library {
                misc_undefined: ["integer"],
            },
        },

        vendor: {
            exclude_srcs: [
                // qtaguid.cpp loads libnetd_client.so with dlopen().  Since
                // the interface of libnetd_client.so may vary between AOSP
                // releases, exclude qtaguid.cpp from the VNDK-SP variant.
                "qtaguid.cpp",
            ],
        }
    },

    shared_libs: ["liblog"],