1[ 2 { 3 "@type": "sdk", 4 "@name": "conscrypt-module-host-exports", 5 "java_libs": [ 6 "conscrypt-unbundled" 7 ], 8 "licenses": [ 9 "external_conscrypt_license" 10 ], 11 "native_shared_libs": [ 12 "libconscrypt_openjdk_jni" 13 ] 14 }, 15 { 16 "@type": "java_library", 17 "@name": "conscrypt-unbundled", 18 "@deps": [ 19 "external_conscrypt_license" 20 ] 21 }, 22 { 23 "@type": "license", 24 "@name": "external_conscrypt_license" 25 }, 26 { 27 "@type": "cc_library_host_shared", 28 "@name": "libconscrypt_openjdk_jni", 29 "@deps": [ 30 "external_conscrypt_license" 31 ] 32 } 33]