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
This commit is contained in:
parent
fdea25781f
commit
b9157b152e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue