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