blob: d30b4d2beb50d3b1a76ce2bb670990f17e9ad945 [file] [log] [blame]
// Build the unit tests.
cc_test {
name: "JniInvocation_test",
test_suites: ["device-tests"],
host_supported: true,
srcs: [
"JniInvocation_test.cpp",
"scoped_primitive_array_test.cpp"
],
cflags: ["-Wall", "-Werror"],
shared_libs: ["libnativehelper"],
}