Merge "Ship the v710 models to the system image" into rvc-dev am: 667ce51be7 am: d5cad8bd55

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libtextclassifier/+/11931411

Change-Id: I319bf5e559da5311352cc9f01840fab841600b9c
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+  license_type: NOTICE
+}
diff --git a/native/Android.bp b/native/Android.bp
index 9a79285..fdb2446 100644
--- a/native/Android.bp
+++ b/native/Android.bp
@@ -122,19 +122,20 @@
     ],
 
     header_libs: [
+        "jni_headers",
         "tensorflow_headers",
         "flatbuffer_headers",
     ],
 
     shared_libs: [
         "liblog",
+        "libz",
     ],
 
     static_libs: [
         "liblua",
         "libutf",
         "libtflite_static",
-        "libz_current",
     ],
 }
 
@@ -332,6 +333,8 @@
 
     srcs: ["**/*.cc"],
 
+    header_libs: ["jni_headers"],
+
     static_libs: [
         "libgmock_ndk",
         "libgtest_ndk_c++",