File: Android.bp

package info (click to toggle)
android-platform-libnativehelper 8.1.0%2Br23-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 288 kB
  • sloc: cpp: 2,136; ansic: 228; makefile: 24; xml: 11
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// 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"],
}