diff options
| author | 2020-02-12 10:02:20 -0500 | |
|---|---|---|
| committer | 2020-02-12 10:05:03 -0500 | |
| commit | b71fe84c64c2127cb7dc034b696b1375a80ccbfb (patch) | |
| tree | 2a982e9bae1f98b8cc7e2c6edf334e35c0c03eb4 | |
| parent | 4e29184a4e50b341b958ed97d1b2da0f2e4e675d (diff) | |
Port IdentityCredential HAL to AIDL.
Bug: 111446262
Test: atest android.security.identity.cts
Test: VtsHalIdentityTargetTest
Test: android.hardware.identity-support-lib-test
Change-Id: Ibd5403f52e2d59237e77757c3f334c13b26f3d9d
| -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 5cecbd6f5..54f693e0b 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -19,6 +19,7 @@ package config // has VndkUseCoreVariant set. var VndkMustUseVendorVariantList = []string{ "android.hardware.light-ndk_platform", + "android.hardware.identity-ndk_platform", "android.hardware.nfc@1.2", "android.hardware.power-ndk_platform", "android.hardware.vibrator-ndk_platform", |