1[
2  {
3    "@type": "sdk",
4    "@name": "art-module-host-exports",
5    "java_libs": [
6      "art.module.api.annotations"
7    ],
8    "licenses": [
9      "art_license",
10      "libcore_license"
11    ],
12    "native_binaries": [
13      "dex2oat",
14      "dex2oatd",
15      "dexdump",
16      "hiddenapi",
17      "oatdump",
18      "profman",
19      "veridex"
20    ],
21    "native_libs": [
22      "libartbase",
23      "libartpalette"
24    ]
25  },
26  {
27    "@type": "java_library",
28    "@name": "art.module.api.annotations",
29    "@deps": [
30      "libcore_license"
31    ]
32  },
33  {
34    "@type": "license",
35    "@name": "art_license"
36  },
37  {
38    "@type": "art_cc_binary",
39    "@name": "dex2oat",
40    "@deps": [
41      "art_license"
42    ]
43  },
44  {
45    "@type": "art_cc_binary",
46    "@name": "dex2oatd",
47    "@deps": [
48      "art_license"
49    ]
50  },
51  {
52    "@type": "art_cc_binary",
53    "@name": "dexdump",
54    "@deps": [
55      "art_license"
56    ]
57  },
58  {
59    "@type": "art_cc_binary",
60    "@name": "hiddenapi",
61    "@deps": [
62      "art_license"
63    ]
64  },
65  {
66    "@type": "art_cc_library",
67    "@name": "libartbase",
68    "@deps": [
69      "art_license"
70    ]
71  },
72  {
73    "@type": "art_cc_library",
74    "@name": "libartpalette",
75    "@deps": [
76      "art_license"
77    ]
78  },
79  {
80    "@type": "license",
81    "@name": "libcore_license"
82  },
83  {
84    "@type": "art_cc_binary",
85    "@name": "oatdump",
86    "@deps": [
87      "art_license"
88    ]
89  },
90  {
91    "@type": "art_cc_binary",
92    "@name": "profman",
93    "@deps": [
94      "art_license"
95    ]
96  },
97  {
98    "@type": "cc_binary",
99    "@name": "veridex",
100    "@deps": [
101      "art_license"
102    ]
103  }
104]