Merge "Add more *-ndk libraries to VndkMustUseVendorVariantList"
This commit is contained in:
commit
2695e20d57
1 changed files with 4 additions and 0 deletions
|
@ -25,9 +25,11 @@ var VndkMustUseVendorVariantList = []string{
|
|||
"android.hardware.authsecret-unstable-ndk_platform",
|
||||
"android.hardware.automotive.occupant_awareness-V1-ndk",
|
||||
"android.hardware.automotive.occupant_awareness-V1-ndk_platform",
|
||||
"android.hardware.health.storage-V1-ndk",
|
||||
"android.hardware.health.storage-V1-ndk_platform",
|
||||
"android.hardware.health.storage-ndk_platform",
|
||||
"android.hardware.health.storage-unstable-ndk_platform",
|
||||
"android.hardware.identity-V2-ndk",
|
||||
"android.hardware.identity-V2-ndk_platform",
|
||||
"android.hardware.identity-ndk_platform",
|
||||
"android.hardware.light-V1-ndk",
|
||||
|
@ -42,6 +44,7 @@ var VndkMustUseVendorVariantList = []string{
|
|||
"android.hardware.oemlock-V1-ndk_platform",
|
||||
"android.hardware.oemlock-ndk_platform",
|
||||
"android.hardware.oemlock-unstable-ndk_platform",
|
||||
"android.hardware.power-V1-ndk",
|
||||
"android.hardware.power-V1-ndk_platform",
|
||||
"android.hardware.power-ndk_platform",
|
||||
"android.hardware.rebootescrow-V1-ndk",
|
||||
|
@ -63,6 +66,7 @@ var VndkMustUseVendorVariantList = []string{
|
|||
"android.hardware.security.sharedsecret-V1-ndk_platform",
|
||||
"android.hardware.security.sharedsecret-ndk_platform",
|
||||
"android.hardware.security.sharedsecret-unstable-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.vibrator-ndk_platform",
|
||||
"android.hardware.weaver-V1-ndk",
|
||||
|
|
Loading…
Reference in a new issue