Revert "Rewrite scoped arrays with template and introduced nullable one."

Tests are still broken.


This reverts commit 8d0e6a25a34ed2e4b89630cdab4eb5e0f4298f31.

Change-Id: If046a1b0bc47fa73750a5296118ab879678f41b8
diff --git a/tests/Android.bp b/tests/Android.bp
index d30b4d2..e6cbf5c 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -4,10 +4,7 @@
     name: "JniInvocation_test",
     test_suites: ["device-tests"],
     host_supported: true,
-    srcs: [
-        "JniInvocation_test.cpp",
-        "scoped_primitive_array_test.cpp"
-    ],
+    srcs: ["JniInvocation_test.cpp"],
     cflags: ["-Wall", "-Werror"],
     shared_libs: ["libnativehelper"],
 }