Install libvintf_jni
libvintf_jni is for android.os.{VintfObject, VintfRuntimeInfo} classes
and wraps the libvintf queries.
It's extracted from libandroid_runtime to avoid loading libvintf in
zygote processes.
Bug: 270169217
Test: atest VintfObjectTest
Change-Id: I653e4eb15bae91822d62e05224e743c17b00114c
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 098ed27..5d5dca4 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -201,6 +201,7 @@
libui \
libusbhost \
libutils \
+ libvintf_jni \
libvulkan \
libwilhelm \
linker \