summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-06-04 17:30:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-06-04 17:30:10 +0000
commitd2762c6ba3f7372a6184105c586d10ed6274ecb1 (patch)
tree498a23ccf4c968c50faac15abe835fef59cbbeac
parent6b61ad064b62b290f604bdaca6a9aabdddbb8f8a (diff)
parentf0858e04895de394344872ff01d2343187dfcfbe (diff)
downloadextras-d2762c6ba3f7372a6184105c586d10ed6274ecb1.tar.gz
Merge "profcollect: Clean up stale comments. NFC." into main
-rw-r--r--profcollectd/libprofcollectd/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/profcollectd/libprofcollectd/Android.bp b/profcollectd/libprofcollectd/Android.bp
index 62aa6734..790ed3df 100644
--- a/profcollectd/libprofcollectd/Android.bp
+++ b/profcollectd/libprofcollectd/Android.bp
@@ -43,14 +43,14 @@ rust_library {
"profcollectd_aidl_interface-rust", // Move to rlib once b/179041242 is fixed.
"libandroid_logger",
"libanyhow",
- "libbinder_rs", // Remove once b/179041241 is fixed.
+ "libbinder_rs",
"libchrono",
"liblog_rust",
"libmacaddr",
"libonce_cell",
"librand",
"librustutils",
- "libserde", // Remove once b/179041241 is fixed.
+ "libserde",
"libserde_json",
"libuuid",
"libzip",