blob: 0eec23de7c60ff5754742c51c7a1fdf64c496f53 [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,
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",
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020026 suffix: "-ad2cc27422cd1265",
Matthew Maurer4fe266e2020-06-25 01:10:11 -070027 crate_name: "test",
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020028 link_dirs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070029 target: {
30 linux_glibc_x86_64: {
31 dylib: {
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020032 srcs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ad2cc27422cd1265.so"],
Matthew Maurer4fe266e2020-06-25 01:10:11 -070033 },
34 rlib: {
Jeff Vander Stoep3a845e12020-08-19 09:21:14 +020035 srcs: ["1.45.2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ad2cc27422cd1265.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}