22 lines
422 B
Plaintext
22 lines
422 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
rust_library_rlib {
|
|
name: "libhyp",
|
|
crate_name: "hyp",
|
|
srcs: ["src/lib.rs"],
|
|
prefer_rlib: true,
|
|
rustlibs: [
|
|
"libbitflags",
|
|
"libonce_cell_nostd",
|
|
"libpsci",
|
|
"libuuid_nostd",
|
|
],
|
|
no_stdlibs: true,
|
|
stdlibs: [
|
|
"libcore.rust_sysroot",
|
|
],
|
|
apex_available: ["com.android.virt"],
|
|
}
|