1// Build the unit tests. 2 3cc_test { 4 name: "JniInvocation_test", 5 test_suites: ["device-tests"], 6 host_supported: true, 7 clang: true, 8 srcs: ["JniInvocation_test.cpp"], 9 shared_libs: ["libnativehelper"], 10} 11