blob: 0c05cd3693a215f64c017314082307e46b5de5ed [file] [log] [blame]
Matthew Maurer4fe266e2020-06-25 01:10:11 -07001rust_prebuilt_library {
2 name: "libstd_x86_64-unknown-linux-gnu",
3 stem: "libstd",
4 suffix: "-c97dee70dd2b0075",
5 crate_name: "std",
6 link_dirs: ["1.44.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/"],
7 target: {
8 linux_glibc_x86_64: {
9 dylib: {
10 srcs: ["1.44.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c97dee70dd2b0075.so"],
11 },
12 rlib: {
13 srcs: ["1.44.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c97dee70dd2b0075.rlib"],
14 },
15 enabled: true,
16 },
17 },
18 enabled: false,
19 host_supported: true,
20}
21
22rust_prebuilt_library {
23 name: "libtest_x86_64-unknown-linux-gnu",
24 stem: "libtest",
25 suffix: "-e6a031275def8413",
26 crate_name: "test",
27 link_dirs: ["1.44.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/"],
28 target: {
29 linux_glibc_x86_64: {
30 dylib: {
31 srcs: ["1.44.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e6a031275def8413.so"],
32 },
33 rlib: {
34 srcs: ["1.44.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e6a031275def8413.rlib"],
35 },
36 enabled: true,
37 },
38 },
39 enabled: false,
40 host_supported: true,
41}