aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:19 +0000
commit156ea5c44af36b83355d6660778a0ca2118f9d28 (patch)
tree19ec511c161688814e81cad63f7a2fe8d235bb0f
parent170b4f813d6f0e57745311c464348632f7319fe1 (diff)
parent6807b385e11b10fd0bf412393b6b2e5fe3348465 (diff)
downloadremove_dir_all-android14-mainline-tethering-release.tar.gz
Change-Id: I2ef59d28fba436a337835e8c957067e37c797774
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml2
-rw-r--r--METADATA2
-rw-r--r--TEST_MAPPING26
4 files changed, 13 insertions, 19 deletions
diff --git a/Android.bp b/Android.bp
index 4c7df0f..9f7bd3b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,4 +54,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}
diff --git a/Cargo.toml b/Cargo.toml
index 3e11e09..74f713f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
name = "remove_dir_all"
readme = "README.md"
repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
-version = "0.7.1-alpha.0"
+version = "0.7.1"
[target.'cfg(windows)'.dependencies]
log = "0.4.11"
diff --git a/METADATA b/METADATA
index 9b441ce..5bc9f26 100644
--- a/METADATA
+++ b/METADATA
@@ -9,7 +9,7 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/tempfile/remove_dir_all-0.7.0.crate"
+ value: "https://static.crates.io/crates/remove_dir_all/remove_dir_all-0.7.0.crate"
}
version: "0.7.0"
last_upgrade_date { year: 2021 month: 10 day: 25 }
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 4bc58e8..a31ddb1 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,37 +1,29 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "ZipFuseTest"
+ "path": "external/uwb/src"
},
{
- "name": "apkdmverity.test"
+ "path": "packages/modules/Virtualization/apkdmverity"
},
{
- "name": "authfs_device_test_src_lib"
+ "path": "packages/modules/Virtualization/authfs"
},
{
- "name": "microdroid_manager_test"
+ "path": "packages/modules/Virtualization/avmd"
},
{
- "name": "virtualizationservice_device_test"
- }
- ],
- "presubmit-rust": [
- {
- "name": "ZipFuseTest"
- },
- {
- "name": "apkdmverity.test"
+ "path": "packages/modules/Virtualization/libs/devicemapper"
},
{
- "name": "authfs_device_test_src_lib"
+ "path": "packages/modules/Virtualization/microdroid_manager"
},
{
- "name": "microdroid_manager_test"
+ "path": "packages/modules/Virtualization/virtualizationmanager"
},
{
- "name": "virtualizationservice_device_test"
+ "path": "packages/modules/Virtualization/zipfuse"
}
]
}