Update VndkMustUseVendorVariantList after aidl-freeze-api
Bug: 188713899 Test: m Change-Id: Ib1287208a1c6cfc40e4c01617b64ce05c6c88f6e
This commit is contained in:
parent
5ff8e3f567
commit
c110a43b92
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue