blob: 0f125fc28152b5872ff4c70620932f130f215c22 [file] [log] [blame]
Alice Wang0bdc3f62023-03-15 10:46:12 +00001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5rust_library_rlib {
6 name: "libhyp",
7 crate_name: "hyp",
8 srcs: ["src/lib.rs"],
9 prefer_rlib: true,
10 rustlibs: [
Srivatsa Vaddagiri353f5d02023-04-18 23:49:01 -070011 "libonce_cell_nostd",
Andrew Walbran9afab672023-04-17 14:26:23 +000012 "libpsci",
Srivatsa Vaddagiri353f5d02023-04-18 23:49:01 -070013 "libuuid_nostd",
Alice Wang0bdc3f62023-03-15 10:46:12 +000014 ],
15 no_stdlibs: true,
16 stdlibs: [
17 "libcore.rust_sysroot",
18 ],
19 apex_available: ["com.android.virt"],
20}