diff options
author | 2020-10-07 20:45:52 +0000 | |
---|---|---|
committer | 2020-10-07 20:45:52 +0000 | |
commit | 36e4ad1f4dcb517a741680be1fdd1d14241f8ad5 (patch) | |
tree | c3719d44ac954147ebb3a1bbec8ae1673fa9b0cf /cc | |
parent | 45fd6ace7e6dd7c588c6cf44aa5280de7621d39b (diff) | |
parent | e8f655ca469fe3a3074914b35729749564bb7ffc (diff) |
Merge "Add android.system.keystore2-unstable-ndk_platform to vndk.go"
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", |