From b9157b152e58630813bef3dd38d45ffed76e8e7e Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 1 Dec 2020 00:07:45 +0000 Subject: [PATCH] vndk.go: remove keymint keymint-unstable is the VNDK variant (and this list is only checked to be a superset of the desired libraries). The other library exists, but it is removed because it's not in the VNDK and this list is only for VNDK libs. Bug: 173660792 Test: build Change-Id: I0e1a2a7af13f132cd3bfa4ca1305c098acbe747b --- cc/config/vndk.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cc/config/vndk.go b/cc/config/vndk.go index 563ce7638..a54845203 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -21,7 +21,6 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.automotive.occupant_awareness-ndk_platform", "android.hardware.light-ndk_platform", "android.hardware.identity-ndk_platform", - "android.hardware.keymint-ndk_platform", "android.hardware.keymint-unstable-ndk_platform", "android.hardware.nfc@1.2", "android.hardware.power-ndk_platform",