Add android.hardware.dumpstate-V1-ndk to vndkMustUseVendorVariantList
aidl libs need to be differentiated because they explicitly set different system/vendor stabilities. Test: make Bug: 223118410 Change-Id: I5b6e3de9ae2630fea146d97f3de89edf5545ba50
This commit is contained in:
parent
48dbbad510
commit
88a40df94e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ var VndkMustUseVendorVariantList = []string{
|
|||
"android.hardware.automotive.occupant_awareness-V1-ndk_platform",
|
||||
"android.hardware.automotive.occupant_awareness-ndk_platform",
|
||||
"android.hardware.drm-V1-ndk",
|
||||
"android.hardware.dumpstate-V1-ndk",
|
||||
"android.hardware.gnss-V1-ndk",
|
||||
"android.hardware.gnss-V1-ndk_platform",
|
||||
"android.hardware.gnss-ndk_platform",
|
||||
|
|
Loading…
Reference in a new issue