add libvndksupport to ll-ndk

Bug: 37323945
Test: builds and boots
Test: BOARD_VNDK_VERSION=current m libhardware.vendor successful

Change-Id: Iab243ad073ca9147eafd7b8eae74f36a8f1521dc
diff --git a/cc/config/global.go b/cc/config/global.go
index a29afec..f23148e 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -187,7 +187,7 @@
 // [vendor]
 // namespace.default.link.system.shared_libs
 func LLndkLibraries() []string {
-	return []string{"libc", "libm", "libdl", "liblog", "ld-android"}
+	return []string{"libc", "libm", "libdl", "liblog", "ld-android", "libvndksupport"}
 }
 
 func replaceFirst(slice []string, from, to string) {