blob: b4d928bf0c2640b0837edf67dc7e2b5878efd753 [file] [log] [blame]
// Build the unit tests.
cc_test {
name: "JniInvocation_test",
host_supported: true,
clang: true,
srcs: ["JniInvocation_test.cpp"],
shared_libs: ["libnativehelper"],
}