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