blob: 20962204ac145a83bb8a6faaa8c883699cb59a21 [file] [log] [blame]
Matthew Maurer4fe266e2020-06-25 01:10:11 -07001rust_prebuilt_library {
2 name: "libstd_x86_64-unknown-linux-gnu",
3 stem: "libstd",
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +02004 suffix: "-7a46530ba40e8055",
Matthew Maurer4fe266e2020-06-25 01:10:11 -07005 crate_name: "std",
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +02006 link_dirs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -07007 target: {
8 linux_glibc_x86_64: {
9 dylib: {
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020010 srcs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7a46530ba40e8055.so"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070011 },
12 rlib: {
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020013 srcs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7a46530ba40e8055.rlib"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070014 },
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",
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020025 suffix: "-ad2cc27422cd1265",
Matthew Maurer4fe266e2020-06-25 01:10:11 -070026 crate_name: "test",
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020027 link_dirs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070028 target: {
29 linux_glibc_x86_64: {
30 dylib: {
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020031 srcs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ad2cc27422cd1265.so"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070032 },
33 rlib: {
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020034 srcs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ad2cc27422cd1265.rlib"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070035 },
36 enabled: true,
37 },
38 },
39 enabled: false,
40 host_supported: true,
41}