summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-01-20 20:41:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-01-20 20:41:30 +0000
commit518e8f25720ca9fa0b03526b4bda12bd81da4254 (patch)
tree26ddf489962fc09c558166780283121d90a647cc
parent2f5dc1b054f03c9a54fa3de59f7a282993040e85 (diff)
parent23e8e5319b72ea818f0259d4da08e7a9cb32770a (diff)
downloadextras-518e8f25720ca9fa0b03526b4bda12bd81da4254.tar.gz
Merge "Revert^2 "[libprofcollectd] Fix binder import path""
-rw-r--r--profcollectd/libprofcollectd/service.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/profcollectd/libprofcollectd/service.rs b/profcollectd/libprofcollectd/service.rs
index 701edff6..0199c105 100644
--- a/profcollectd/libprofcollectd/service.rs
+++ b/profcollectd/libprofcollectd/service.rs
@@ -17,7 +17,7 @@
//! ProfCollect Binder service implementation.
use anyhow::{anyhow, Context, Error, Result};
-use binder::public_api::Result as BinderResult;
+use binder::Result as BinderResult;
use binder::Status;
use profcollectd_aidl_interface::aidl::com::android::server::profcollect::IProfCollectd::IProfCollectd;
use std::ffi::CString;