Jiyong Park | f29fe39 | 2021-07-15 06:03:31 +0000 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | java_test_host { |
| 6 | name: "AuthFsHostTest", |
| 7 | srcs: ["java/**/*.java"], |
| 8 | libs: [ |
| 9 | "tradefed", |
| 10 | "compatibility-tradefed", |
| 11 | "compatibility-host-util", |
| 12 | ], |
| 13 | static_libs: [ |
| 14 | "VirtualizationTestHelper", |
| 15 | ], |
| 16 | test_suites: ["general-tests"], |
Victor Hsieh | ae67d3b | 2021-10-19 12:59:42 -0700 | [diff] [blame] | 17 | target_required: ["open_then_run"], |
Jiyong Park | f29fe39 | 2021-07-15 06:03:31 +0000 | [diff] [blame] | 18 | data: [ |
| 19 | ":authfs_test_files", |
| 20 | ":MicrodroidTestApp.signed", |
| 21 | ], |
| 22 | } |
Victor Hsieh | ae67d3b | 2021-10-19 12:59:42 -0700 | [diff] [blame] | 23 | |
| 24 | rust_test { |
| 25 | name: "open_then_run", |
| 26 | crate_name: "open_then_run", |
| 27 | srcs: ["open_then_run.rs"], |
| 28 | edition: "2018", |
| 29 | rustlibs: [ |
| 30 | "libandroid_logger", |
| 31 | "libanyhow", |
Victor Hsieh | 9646ebf | 2021-10-28 12:55:37 -0700 | [diff] [blame^] | 32 | "liblibc", |
Victor Hsieh | ae67d3b | 2021-10-19 12:59:42 -0700 | [diff] [blame] | 33 | "libclap", |
| 34 | "libcommand_fds", |
| 35 | "liblog_rust", |
Victor Hsieh | ae67d3b | 2021-10-19 12:59:42 -0700 | [diff] [blame] | 36 | ], |
| 37 | test_suites: ["general-tests"], |
| 38 | test_harness: false, |
| 39 | } |