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

Commit bb783998 authored by Logan Chien's avatar Logan Chien Committed by Gerrit Code Review
Browse files

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

parents e7020dc8 25b742c6
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"],