blob: b5b70283551ab9078119c6944e92a2693710361e [file] [log] [blame]
Jerome Gaillard81abd232024-05-20 13:51:38 +01001package {
2 default_applicable_licenses: ["frameworks_base_license"],
3}
4
5cc_library_host_static {
6 name: "libnativehelper_jvm",
7 srcs: [
8 "JNIPlatformHelp.c",
9 "JniConstants.c",
10 "file_descriptor_jni.c",
11 ],
12 whole_static_libs: ["libnativehelper_any_vm"],
13 export_static_lib_headers: ["libnativehelper_any_vm"],
14 target: {
15 windows: {
16 enabled: true,
17 },
18 },
19}