diff options
author | 2020-09-30 14:45:28 -0700 | |
---|---|---|
committer | 2020-10-06 16:24:22 -0700 | |
commit | e8f655ca469fe3a3074914b35729749564bb7ffc (patch) | |
tree | 743ca644bb4fa1a0ea4329008846fda0a9775ae3 /cc | |
parent | 3c72ce8696d83466d7ef815a5cdd18df4fd1a59a (diff) |
Add android.system.keystore2-unstable-ndk_platform to vndk.go
Test: N/A
Bug: 160623310
Change-Id: Ic2e9897a1c103389b93a72df25c38fe96a8c7c09
Diffstat (limited to 'cc')
-rw-r--r-- | cc/config/vndk.go | 1 |
1 files changed, 1 insertions, 0 deletions
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", |