summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2020-09-01 13:08:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-01 13:08:53 +0000
commit8041c6dcf96e149e709d0ac119d131ea136bafbe (patch)
treececf7e2f41511298acc8bfdec53d83bf70d0ebe5
parent1b6f566286d1238751bb88690048da47ee79e8d8 (diff)
parentd62949cffb5cddf7465811ec610e586285099ff9 (diff)
downloadextras-8041c6dcf96e149e709d0ac119d131ea136bafbe.tar.gz
Merge "Revert "profcollectd: Workaround rust build system does not automatically install dependent so files"" am: d62949cffb
Original change: https://android-review.googlesource.com/c/platform/system/extras/+/1416308 Change-Id: I240a267c6cf4fd0e6b87225c19ceb5548ad0e7df
-rw-r--r--profcollectd/Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/profcollectd/Android.bp b/profcollectd/Android.bp
index 6f0a1dea..16ffb54a 100644
--- a/profcollectd/Android.bp
+++ b/profcollectd/Android.bp
@@ -20,11 +20,6 @@ rust_binary {
srcs: ["profcollectctl.rs"],
rustlibs: ["libprofcollectd_rust"],
-
- // Explicitly declare dependency on libprofcollectd since otherwise soong won't automatically
- // include the library on system partition.
- // http://b/165161105
- shared_libs: ["libprofcollectd"],
}
rust_binary {
@@ -35,11 +30,6 @@ rust_binary {
rustlibs: ["libprofcollectd_rust"],
init_rc: ["profcollectd.rc"],
-
- // Explicitly declare dependency on libprofcollectd since otherwise soong won't automatically
- // include the library on system partition.
- // http://b/165161105
- shared_libs: ["libprofcollectd"],
}
filegroup {