summaryrefslogtreecommitdiff
path: root/profcollectd
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2022-01-19 00:05:11 +0000
committerStephen Crane <cranes@google.com>2022-01-19 00:05:11 +0000
commit80b904d8b962f160081238321cd590445f74398d (patch)
tree4e65696ea1589fd5c865def17982f700b4561303 /profcollectd
parent8cc7cb2bfdb721c735a59aaced0e69beb5520cf7 (diff)
downloadextras-80b904d8b962f160081238321cd590445f74398d.tar.gz
Revert "[libprofcollectd] Fix binder import path"
Revert submission 1797473-binder_rs-public_api Reason for revert: Build breakage Reverted Changes: Ia37ec9d1e:[binder_common] Update binder import path Ie6b4a40d7:Update Rust binder import paths Ia9695e549:[keystore2] Fix binder import path I811426fa7:[binder] Expose public Rust API at crate top level... I773767a3a:[libprofcollectd] Fix binder import path Change-Id: I0a4ccf69a60b661e4a574d2144db285deba14943
Diffstat (limited to 'profcollectd')
-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 0199c105..701edff6 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::Result as BinderResult;
+use binder::public_api::Result as BinderResult;
use binder::Status;
use profcollectd_aidl_interface::aidl::com::android::server::profcollect::IProfCollectd::IProfCollectd;
use std::ffi::CString;