Add android.hardware.light-ndk_platform to vndkMustUseVendorVariantList

aidl libs need to be differentiated because they explicitly set
different system/vendor stabilities.

Bug: 142230898
Test: make checkbuild
Change-Id: I1eb8b77a8e15f962eb6a352c87b1a43ca2160758
Merged-In: Ib09baa946faff8334f7c50568db5e6735dfbbfe2
This commit is contained in:
Ivailo Karamanolev
2020-01-22 19:22:52 +01:00
committed by Robin Lee
parent 3b6791c2bc
commit 876180cf36

View File

@@ -18,6 +18,7 @@ package config
// For these libraries, the vendor variants must be installed even if the device
// has VndkUseCoreVariant set.
var VndkMustUseVendorVariantList = []string{
"android.hardware.light-ndk_platform",
"android.hardware.nfc@1.2",
"android.hardware.power-ndk_platform",
"android.hardware.vibrator-ndk_platform",