From e8f655ca469fe3a3074914b35729749564bb7ffc Mon Sep 17 00:00:00 2001 From: Janis Danisevskis Date: Wed, 30 Sep 2020 14:45:28 -0700 Subject: [PATCH] Add android.system.keystore2-unstable-ndk_platform to vndk.go Test: N/A Bug: 160623310 Change-Id: Ic2e9897a1c103389b93a72df25c38fe96a8c7c09 --- cc/config/vndk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/vndk.go b/cc/config/vndk.go index 6f2e80741..d18ae25f1 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -25,6 +25,7 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.power-ndk_platform", "android.hardware.rebootescrow-ndk_platform", "android.hardware.vibrator-ndk_platform", + "android.system.keystore2-unstable-ndk_platform", "libbinder", "libcrypto", "libexpat",