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