1[
2  {
3    "@type": "sdk",
4    "@name": "runtime-module-sdk",
5    "licenses": [
6      "bionic_apex_license",
7      "bionic_libc_license",
8      "bionic_libdl_license",
9      "bionic_libm_license"
10    ],
11    "native_header_libs": [
12      "bionic_libc_platform_headers",
13      "libc_headers"
14    ],
15    "native_objects": [
16      "crt_pad_segment",
17      "crtbegin_dynamic",
18      "crtbegin_so",
19      "crtend_android",
20      "crtend_so"
21    ],
22    "native_shared_libs": [
23      "libc",
24      "libdl",
25      "libdl_android",
26      "libm"
27    ],
28    "native_static_libs": [
29      "libasync_safe",
30      "note_memtag_heap_async",
31      "note_memtag_heap_sync"
32    ]
33  },
34  {
35    "@type": "license",
36    "@name": "bionic_apex_license"
37  },
38  {
39    "@type": "license",
40    "@name": "bionic_libc_license"
41  },
42  {
43    "@type": "cc_library_headers",
44    "@name": "bionic_libc_platform_headers",
45    "@deps": [
46      "bionic_libc_license"
47    ]
48  },
49  {
50    "@type": "license",
51    "@name": "bionic_libdl_license"
52  },
53  {
54    "@type": "license",
55    "@name": "bionic_libm_license"
56  },
57  {
58    "@type": "cc_object",
59    "@name": "crt_pad_segment",
60    "@deps": [
61      "bionic_libc_license"
62    ]
63  },
64  {
65    "@type": "cc_object",
66    "@name": "crtbegin_dynamic",
67    "@deps": [
68      "bionic_libc_license"
69    ]
70  },
71  {
72    "@type": "cc_object",
73    "@name": "crtbegin_so",
74    "@deps": [
75      "bionic_libc_license"
76    ]
77  },
78  {
79    "@type": "cc_object",
80    "@name": "crtend_android",
81    "@deps": [
82      "bionic_libc_license"
83    ]
84  },
85  {
86    "@type": "cc_object",
87    "@name": "crtend_so",
88    "@deps": [
89      "bionic_libc_license"
90    ]
91  },
92  {
93    "@type": "cc_library_static",
94    "@name": "libasync_safe",
95    "@deps": [
96      "bionic_libc_license"
97    ]
98  },
99  {
100    "@type": "cc_library",
101    "@name": "libc",
102    "@deps": [
103      "bionic_libc_license"
104    ]
105  },
106  {
107    "@type": "cc_library_headers",
108    "@name": "libc_headers",
109    "@deps": [
110      "bionic_libc_license"
111    ]
112  },
113  {
114    "@type": "cc_library",
115    "@name": "libdl",
116    "@deps": [
117      "bionic_libdl_license"
118    ]
119  },
120  {
121    "@type": "cc_library",
122    "@name": "libdl_android",
123    "@deps": [
124      "bionic_libdl_license"
125    ]
126  },
127  {
128    "@type": "cc_library",
129    "@name": "libm",
130    "@deps": [
131      "bionic_libm_license"
132    ]
133  },
134  {
135    "@type": "cc_library_static",
136    "@name": "note_memtag_heap_async",
137    "@deps": [
138      "bionic_libc_license"
139    ]
140  },
141  {
142    "@type": "cc_library_static",
143    "@name": "note_memtag_heap_sync",
144    "@deps": [
145      "bionic_libc_license"
146    ]
147  }
148]