From e7b5b7201500e1697ac63a0077f69a3358440b9d Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 25 Nov 2019 15:13:01 -0800 Subject: [PATCH] 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 --- cc/config/vndk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/vndk.go b/cc/config/vndk.go index 3e8abac53..c3cda4976 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -165,4 +165,5 @@ var VndkMustUseVendorVariantList = []string{ "libxml2", "libyuv", "libziparchive", + "vintf-vibrator-ndk_platform", }