1package { 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} 20