allwinner_a64/android/libnativehelper/tests/Android.bp
2018-08-08 17:48:24 +08:00

10 lines
224 B
Text

// 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"],
}