diff options
| author | 2020-02-19 21:14:41 +0000 | |
|---|---|---|
| committer | 2020-02-19 21:14:41 +0000 | |
| commit | c2937d29a8bd54b9de02c9cda5a0768b6eb95302 (patch) | |
| tree | b743f15ff0678e11ec989574cc996f42b859d502 /cc | |
| parent | 1876a762161179dc5af51653d1707ffff144e391 (diff) | |
| parent | b71fe84c64c2127cb7dc034b696b1375a80ccbfb (diff) | |
Merge "Port IdentityCredential HAL to AIDL."
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 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", |