Skip to content

Commit ce81627

Browse files
Treehugger RobotGerrit Code Review
Treehugger Robot
authored and
Gerrit Code Review
committed
Merge "[libprofcollectd] Fix binder import path"
2 parents 7c1ac35 + 8cc7cb2 commit ce81627

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)