Skip to content

Commit 80b904d

Browse files
author
Stephen Crane
committed
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
1 parent 8cc7cb2 commit 80b904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profcollectd/libprofcollectd/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! ProfCollect Binder service implementation.
1818
1919
use anyhow::{anyhow, Context, Error, Result};
20-
use binder::Result as BinderResult;
20+
use binder::public_api::Result as BinderResult;
2121
use binder::Status;
2222
use profcollectd_aidl_interface::aidl::com::android::server::profcollect::IProfCollectd::IProfCollectd;
2323
use std::ffi::CString;

0 commit comments

Comments
 (0)