package { | |
default_applicable_licenses: ["Android-Apache-2.0"], | |
} | |
rust_library_rlib { | |
name: "libdice_nostd", | |
crate_name: "dice", | |
srcs: ["src/lib.rs"], | |
edition: "2021", | |
no_stdlibs: true, | |
prefer_rlib: true, | |
stdlibs: ["libcore.rust_sysroot"], | |
rustlibs: [ | |
"libdiced_open_dice_nostd", | |
"libopen_dice_cbor_bindgen_nostd", | |
"libopen_dice_bcc_bindgen_nostd", | |
], | |
apex_available: ["com.android.virt"], | |
} |