diff --git a/cc/config/vndk.go b/cc/config/vndk.go index cf5674bbd..0aa68666f 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -18,6 +18,7 @@ package config // For these libraries, the vendor variants must be installed even if the device // has VndkUseCoreVariant set. var VndkMustUseVendorVariantList = []string{ + "android.hardware.authsecret-unstable-ndk_platform", "android.hardware.automotive.occupant_awareness-ndk_platform", "android.hardware.light-ndk_platform", "android.hardware.identity-ndk_platform",