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

Commit 03633237 authored by Logan Chien's avatar Logan Chien Committed by android-build-merger
Browse files

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

am: bb783998

Change-Id: I145bca1cfabefdbcd7f5355fbcabd06b7a027938
parents c104e3ab bb783998
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"],