summaryrefslogtreecommitdiff
path: root/libs/nativehelper_jvm/Android.bp
blob: b5b70283551ab9078119c6944e92a2693710361e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package {
    default_applicable_licenses: ["frameworks_base_license"],
}

cc_library_host_static {
    name: "libnativehelper_jvm",
    srcs: [
        "JNIPlatformHelp.c",
        "JniConstants.c",
        "file_descriptor_jni.c",
    ],
    whole_static_libs: ["libnativehelper_any_vm"],
    export_static_lib_headers: ["libnativehelper_any_vm"],
    target: {
        windows: {
            enabled: true,
        },
    },
}