Home | History | Annotate | Download | only in tests
      1 // Build the unit tests.
      2 
      3 cc_test {
      4     name: "JniInvocation_test",
      5     test_suites: ["device-tests"],
      6     host_supported: true,
      7     clang: true,
      8     srcs: ["JniInvocation_test.cpp"],
      9     shared_libs: ["libnativehelper"],
     10 }
     11