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

This commit is contained in:
Logan Chien 2018-05-09 01:56:00 +00:00 committed by Gerrit Code Review
commit bb783998ce
1 changed files with 9 additions and 0 deletions

View File

@ -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"],