Skip to content

Commit b668720

Browse files
Treehugger RobotGerrit Code Review
Treehugger Robot
authored and
Gerrit Code Review
committed
Merge "Revert "[libprofcollectd] Fix binder import path""
2 parents ce81627 + 80b904d commit b668720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profcollectd/libprofcollectd/service.rs

+1-1
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)