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: fixes build
Change-Id: Ib09baa946faff8334f7c50568db5e6735dfbbfe2
diff --git a/cc/config/vndk.go b/cc/config/vndk.go
index d2574aa..9749b0b 100644
--- a/cc/config/vndk.go
+++ b/cc/config/vndk.go
@@ -28,6 +28,7 @@
 	"android.hardware.camera.device@3.4",
 	"android.hardware.camera.provider@2.4",
 	"android.hardware.fastboot@1.0",
+	"android.hardware.light-ndk_platform",
 	"android.hardware.media.bufferpool@1.0",
 	"android.hardware.neuralnetworks@1.0",
 	"android.hardware.neuralnetworks@1.1",