blob: 523b41945b3e857dbc31f301727810a2cddc7ef4 [file] [log] [blame]
Colin Crosscf47d9b2016-07-27 10:35:53 -07001// Build the unit tests.
2
3cc_test {
4 name: "JniInvocation_test",
Dan Shi8ffbd0d2017-03-29 23:49:45 -07005 test_suites: ["device-tests"],
Colin Crosscf47d9b2016-07-27 10:35:53 -07006 host_supported: true,
7 clang: true,
8 srcs: ["JniInvocation_test.cpp"],
9 shared_libs: ["libnativehelper"],
10}