vndkMustUseVendorVariantList += vintf-vibrator

TARGET_VNDK_USE_CORE_VARIANT devices explicitly track libs which are
differentiated between system/vendor. b/145157349 is filed to try to
catch these errors during normal builds (or in presubmit).

aidl libs need to be differentiated because they explicitly set
different system/vendor stabilities.

Fixes: 145154788
Test: fixes build
Change-Id: I682ceaa2dd23f0f80ba060ae262d766b1367187e
This commit is contained in:
Steven Moreland 2019-11-25 15:13:01 -08:00
parent 62835fd85f
commit e7b5b72015

View file

@ -165,4 +165,5 @@ var VndkMustUseVendorVariantList = []string{
"libxml2",
"libyuv",
"libziparchive",
"vintf-vibrator-ndk_platform",
}