Build a JVM-compatible version of libnativehelper

libnativehelper is used for some common methods involving communication
between the Java and native parts of Android. Some of those methods are
specialized for ART and do not work on a JVM (due to some API
differences between ART and JVM).
libnativehelper_jvm implements the same methods in a JVM-compatible way,
so that it can be used whenever a library is meant to be run on a host
JVM.

Bug: 322360037
Test: build libnativehelper_jvm on host
Change-Id: I6aa72b3f69fe2df946febcc5eaa6e734448c70af
diff --git a/libs/nativehelper_jvm/OWNERS b/libs/nativehelper_jvm/OWNERS
new file mode 100644
index 0000000..5d55f6e
--- /dev/null
+++ b/libs/nativehelper_jvm/OWNERS
@@ -0,0 +1,7 @@
+# Bug component: 326772
+
+include /libs/hwui/OWNERS
+include platform/libnativehelper:/OWNERS
+
+diegoperez@google.com
+jgaillard@google.com