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