blob: e6cbf5c355abd05973779413b1a3bab0716e626b [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,
Colin Crosscf47d9b2016-07-27 10:35:53 -07007 srcs: ["JniInvocation_test.cpp"],
Chih-Hung Hsiehbc2a2372017-10-03 10:39:11 -07008 cflags: ["-Wall", "-Werror"],
Colin Crosscf47d9b2016-07-27 10:35:53 -07009 shared_libs: ["libnativehelper"],
10}