Bob Badour | e8af284 | 2022-04-07 10:44:22 -0700 | [diff] [blame^] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
Andrew Walbran | 68a8c16 | 2022-03-07 15:38:42 +0000 | [diff] [blame] | 5 | rust_ffi_static { |
| 6 | name: "libpvmfw", |
| 7 | crate_name: "pvmfw", |
| 8 | srcs: ["src/main.rs"], |
| 9 | edition: "2021", |
| 10 | no_stdlibs: true, |
| 11 | stdlibs: [ |
| 12 | "libcompiler_builtins.rust_sysroot", |
| 13 | "libcore.rust_sysroot", |
| 14 | ], |
| 15 | enabled: false, |
| 16 | target: { |
| 17 | android_arm64: { |
| 18 | enabled: true, |
| 19 | }, |
| 20 | }, |
| 21 | apex_available: ["com.android.virt"], |
| 22 | } |