Add libvendorsupport to `deps` of `generic_system_image`
libvendorsupport is an llndk library, which gets installed by the
llndk_in_system androidmk module in the kati built installed image. Add
this library explicitly to the deps of the soong built system image.
Test: Ran the filelistdiff tool
Bug: 369678122
Change-Id: I6a520ad9a934305a900a137e3e518984d6a84d8c
diff --git a/target/product/generic/Android.bp b/target/product/generic/Android.bp
index 068e7fe..bf82ff1 100644
--- a/target/product/generic/Android.bp
+++ b/target/product/generic/Android.bp
@@ -795,6 +795,7 @@
"libui", // base_system
"libusbhost", // base_system
"libutils", // base_system
+ "libvendorsupport", // llndk library
"libvintf_jni", // base_system
"libvulkan", // base_system
"libwebviewchromium_loader", // media_system