blob: 346613a0d2bef79b3661e9b09c791a3922bae63b [file] [log] [blame]
Matthew Maurer4fe266e2020-06-25 01:10:11 -07001rust_prebuilt_library {
2 name: "libstd_x86_64-unknown-linux-gnu",
3 stem: "libstd",
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +01004 suffix: "-8b7792ae39b1295a",
Matthew Maurer4fe266e2020-06-25 01:10:11 -07005 crate_name: "std",
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +01006 link_dirs: ["1.48.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -07007 target: {
8 linux_glibc_x86_64: {
9 dylib: {
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +010010 srcs: ["1.48.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8b7792ae39b1295a.so"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070011 },
12 rlib: {
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +010013 srcs: ["1.48.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8b7792ae39b1295a.rlib"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070014 },
15 enabled: true,
16 },
17 },
18 enabled: false,
19 host_supported: true,
Ivan Lozanod31cbc62020-09-17 11:35:18 -040020 sysroot: true,
Matthew Maurer4fe266e2020-06-25 01:10:11 -070021}
22
23rust_prebuilt_library {
24 name: "libtest_x86_64-unknown-linux-gnu",
25 stem: "libtest",
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +010026 suffix: "-d9e505247b99b6b6",
Matthew Maurer4fe266e2020-06-25 01:10:11 -070027 crate_name: "test",
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +010028 link_dirs: ["1.48.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070029 target: {
30 linux_glibc_x86_64: {
31 dylib: {
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +010032 srcs: ["1.48.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9e505247b99b6b6.so"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070033 },
34 rlib: {
Thiébaud Weksteencb863ce2020-11-27 14:27:03 +010035 srcs: ["1.48.0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9e505247b99b6b6.rlib"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070036 },
37 enabled: true,
38 },
39 },
40 enabled: false,
41 host_supported: true,
Ivan Lozanod31cbc62020-09-17 11:35:18 -040042 sysroot: true,
Matthew Maurer4fe266e2020-06-25 01:10:11 -070043}