From 50ab3ff0486c469d54e2ae6f5d9993195bff0d28 Mon Sep 17 00:00:00 2001 From: ChengYou Ho Date: Wed, 30 Dec 2020 04:02:56 +0800 Subject: [PATCH] Create authsecret aidl interface Bug: 176107318 Change-Id: Ia2ddb148600fb846a41802b25ec73a7747720090 --- cc/config/vndk.go | 1 + 1 file changed, 1 insertion(+) 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",