Skip to content

Commit 8cc7cb2

Browse files
author
Stephen Crane
committed
[libprofcollectd] Fix binder import path
Import from the binder crate root instead of binder::public_api for compatibility with the new crate structure. Test: m Bug: 196056781 Change-Id: I773767a3ae1cd797fe937a4f72f9588d63119e4c
1 parent 116d229 commit 8cc7cb2

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::public_api::Result as BinderResult;
20+
use binder::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)