Merge "Update VndkMustUseVendorVariantList after aidl-freeze-api" into sc-dev
This commit is contained in:
commit
59fa1e4b7f
|
@ -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