aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 18:48:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 18:48:15 +0000
commitcd292af7189fa0307391bc7a013a9abda2e12d32 (patch)
treef2c8493462ba73a0ebd9b7c6fa92c378c602151f
parent7e73ce92d579bcd695558e8e3c1ff232d9bcfad9 (diff)
parentdd72f94a2923223417a1d62cfd1873041247653a (diff)
downloadpin-project-cd292af7189fa0307391bc7a013a9abda2e12d32.tar.gz
Snap for 8050040 from dd72f94a2923223417a1d62cfd1873041247653a to simpleperf-release
Change-Id: I8bda0325ee1485c3f2df57264437047cb9b5b12a
-rw-r--r--Android.bp9
-rw-r--r--TEST_MAPPING8
2 files changed, 2 insertions, 15 deletions
diff --git a/Android.bp b/Android.bp
index ced2d94..00c36e3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,6 +41,8 @@ rust_library {
name: "libpin_project",
host_supported: true,
crate_name: "pin_project",
+ cargo_env_compat: true,
+ cargo_pkg_version: "1.0.8",
srcs: ["src/lib.rs"],
edition: "2018",
proc_macros: ["libpin_project_internal"],
@@ -49,10 +51,3 @@ rust_library {
"com.android.virt",
],
}
-
-// dependent_library ["feature_list"]
-// pin-project-internal-1.0.8
-// proc-macro2-1.0.28 "default,proc-macro"
-// quote-1.0.9 "default,proc-macro"
-// syn-1.0.74 "clone-impls,default,derive,full,parsing,printing,proc-macro,quote,visit-mut"
-// unicode-xid-0.2.2 "default"
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 7e10dd0..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
- "presubmit": [
- {
- "name": "futures-util_device_test_src_lib"
- }
- ]
-}