1[
2  {
3    "@type": "sdk",
4    "@name": "conscrypt-module-test-exports",
5    "java_libs": [
6      "conscrypt-for-host"
7    ],
8    "java_tests": [
9      "conscrypt-tests"
10    ],
11    "licenses": [
12      "external_conscrypt_license"
13    ],
14    "native_shared_libs": [
15      "libjavacrypto"
16    ]
17  },
18  {
19    "@type": "java_library",
20    "@name": "conscrypt-for-host",
21    "@deps": [
22      "external_conscrypt_license"
23    ]
24  },
25  {
26    "@type": "java_test",
27    "@name": "conscrypt-tests",
28    "@deps": [
29      "external_conscrypt_license"
30    ]
31  },
32  {
33    "@type": "license",
34    "@name": "external_conscrypt_license"
35  },
36  {
37    "@type": "cc_library_shared",
38    "@name": "libjavacrypto",
39    "@deps": [
40      "external_conscrypt_license"
41    ]
42  }
43]