add vndk_package to aosp_taimen

aosp_taimen uses prebuilt vendor.img. Therefore, build system cannot
correctly track the dependencies to vndk libs required. Add vndk_package
to install all possible vndk libraries.

Bug: 67002788
Test: aosp_taimen boots to the UI
Change-Id: Ib52a6496cc3f00c7d10788668d841994e91714ba
diff --git a/aosp_taimen.mk b/aosp_taimen.mk
index 80c2cf5..2c819de 100644
--- a/aosp_taimen.mk
+++ b/aosp_taimen.mk
@@ -29,7 +29,8 @@
     Dialer \
     Launcher3 \
     WallpaperPicker \
-    netutils-wrapper-1.0
+    netutils-wrapper-1.0 \
+    vndk_package
 
 PRODUCT_COPY_FILES += \
     device/google/taimen/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml