diff options
author | Jiyong Park <jiyong@google.com> | 2021-05-24 23:00:41 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2021-05-24 23:51:19 +0900 |
commit | c110a43b927f5f31938bbfc06a5b26b0c1f52261 (patch) | |
tree | cac2bd0fb43d1b90e293d9469300aa2fac69d107 /cc | |
parent | 5ff8e3f56774c7a3cfc41084c21db24b5899b821 (diff) |
Update VndkMustUseVendorVariantList after aidl-freeze-api
Bug: 188713899
Test: m
Change-Id: Ib1287208a1c6cfc40e4c01617b64ce05c6c88f6e
Diffstat (limited to 'cc')
-rw-r--r-- | cc/config/vndk.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/config/vndk.go b/cc/config/vndk.go index d58c7a508..2894f897a 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -33,6 +33,7 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.light-V1-ndk_platform", "android.hardware.light-ndk_platform", "android.hardware.identity-V2-ndk_platform", + "android.hardware.identity-V3-ndk_platform", "android.hardware.identity-ndk_platform", "android.hardware.nfc@1.2", "android.hardware.memtrack-V1-ndk_platform", @@ -42,6 +43,7 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.oemlock-ndk_platform", "android.hardware.oemlock-unstable-ndk_platform", "android.hardware.power-V1-ndk_platform", + "android.hardware.power-V2-ndk_platform", "android.hardware.power-ndk_platform", "android.hardware.power.stats-V1-ndk_platform", "android.hardware.power.stats-ndk_platform", @@ -58,6 +60,7 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.security.sharedsecret-ndk_platform", "android.hardware.security.sharedsecret-unstable-ndk_platform", "android.hardware.vibrator-V1-ndk_platform", + "android.hardware.vibrator-V2-ndk_platform", "android.hardware.vibrator-ndk_platform", "android.hardware.weaver-V1-ndk_platform", "android.hardware.weaver-ndk_platform", |