Do not dedupe libprotobuf-cpp variants

The vendor variants of libprotobuf-cpp have their version numbers
included in their names, so the SONAME field is different.  Whitelist
the 'lite' and 'full' versions to have different core and vendor
variants.

Test: Build a device with TARGET_VNDK_USE_CORE_VARIANT set.
Change-Id: I9880a5d7172a9f35f304af8e7dcababdcbc2ca23
This commit is contained in:
Vic Yang 2019-09-09 10:37:34 -07:00 committed by Greg Kaiser
parent e106d8fd8c
commit 7f438b1df3
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ var VndkMustUseVendorVariantList = []string{
"libmedia_omx",
"libmemtrack",
"libnetutils",
"libprotobuf-cpp-full",
"libprotobuf-cpp-lite",
"libpuresoftkeymasterdevice",
"libradio_metadata",
"libselinux",