From b71fe84c64c2127cb7dc034b696b1375a80ccbfb Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 12 Feb 2020 10:02:20 -0500 Subject: [PATCH] Port IdentityCredential HAL to AIDL. Bug: 111446262 Test: atest android.security.identity.cts Test: VtsHalIdentityTargetTest Test: android.hardware.identity-support-lib-test Change-Id: Ibd5403f52e2d59237e77757c3f334c13b26f3d9d --- cc/config/vndk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/vndk.go b/cc/config/vndk.go index 5cecbd6f5..54f693e0b 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -19,6 +19,7 @@ package config // has VndkUseCoreVariant set. var VndkMustUseVendorVariantList = []string{ "android.hardware.light-ndk_platform", + "android.hardware.identity-ndk_platform", "android.hardware.nfc@1.2", "android.hardware.power-ndk_platform", "android.hardware.vibrator-ndk_platform",