aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:03:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:03:42 +0000
commitae98566b06f4453b6108c88d480f89a96a071839 (patch)
tree28314e604660f0f0bebfa13ccee3a425174e7325
parent2a05e6c6a86990ed5423d378752c8552b93d5119 (diff)
parent4b392e04fd756d8b88c34fc2b5b5eb24fc134a9b (diff)
downloadshared_child-ae98566b06f4453b6108c88d480f89a96a071839.tar.gz
Snap for 10843824 from 4b392e04fd756d8b88c34fc2b5b5eb24fc134a9b to 24Q1-release
Change-Id: I886c99e9cf511e6780638e24644aecd9a1d6b9a1
-rw-r--r--Android.bp18
-rw-r--r--TEST_MAPPING10
-rw-r--r--cargo2android.json2
3 files changed, 1 insertions, 29 deletions
diff --git a/Android.bp b/Android.bp
index 54160b7..dddc7ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,21 +37,3 @@ rust_library {
product_available: true,
vendor_available: true,
}
-
-rust_test {
- name: "shared_child_test_src_lib",
- host_supported: true,
- crate_name: "shared_child",
- cargo_env_compat: true,
- cargo_pkg_version: "1.0.0",
- srcs: ["src/lib.rs"],
- test_suites: ["general-tests"],
- auto_gen_config: true,
- test_options: {
- unit_test: true,
- },
- edition: "2018",
- rustlibs: [
- "liblibc",
- ],
-}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 84f8e99..5366bfb 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -7,15 +7,5 @@
{
"path": "packages/modules/Virtualization/vm"
}
- ],
- "presubmit": [
- {
- "name": "shared_child_test_src_lib"
- }
- ],
- "presubmit-rust": [
- {
- "name": "shared_child_test_src_lib"
- }
]
}
diff --git a/cargo2android.json b/cargo2android.json
index 0e54308..4f8003c 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -7,5 +7,5 @@
"dependencies": true,
"device": true,
"run": true,
- "tests": true
+ "tests": false
}