aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-15 15:28:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-15 15:28:00 +0000
commit2c51e94c7656901411cb5b224af2bf2cc75e5f66 (patch)
treec41a00e781c37b436293ba79d172b243160cacd4
parentb0fd5f725af9691a310f71bee8e468ca18d550df (diff)
parentf21305efdccaed2dbbcb229c4c5642e1ef1dd791 (diff)
downloadcommand-fds-2c51e94c7656901411cb5b224af2bf2cc75e5f66.tar.gz
Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING."
-rw-r--r--Android.bp14
-rw-r--r--TEST_MAPPING11
2 files changed, 11 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp
index dc2ad2d..f2faab7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,17 +35,3 @@ rust_library {
"com.android.virt",
],
}
-
-// dependent_library ["feature_list"]
-// autocfg-1.0.1
-// bitflags-1.2.1 "default"
-// cfg-if-1.0.0
-// libc-0.2.99 "default,extra_traits,std"
-// memoffset-0.6.4 "default"
-// nix-0.22.1
-// proc-macro2-1.0.28 "default,proc-macro"
-// quote-1.0.9 "default,proc-macro"
-// syn-1.0.74 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
-// thiserror-1.0.26
-// thiserror-impl-1.0.26
-// unicode-xid-0.2.2 "default"
diff --git a/TEST_MAPPING b/TEST_MAPPING
index b57b334..5dbc7cf 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,17 @@
{
"presubmit": [
{
+ "name": "open_then_run_module"
+ },
+ {
+ "name": "virtualizationservice_device_test"
+ }
+ ],
+ "presubmit-rust": [
+ {
+ "name": "open_then_run_module"
+ },
+ {
"name": "virtualizationservice_device_test"
}
]