Revert "[keystore2] Fix binder import path"
Revert "Update Rust binder import paths"
Revert "[binder_common] Update binder import path"
Revert "[binder] Expose public Rust API at crate top level"
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: I7f371c61749e17c54cc83689dc8a9793286adc4c
diff --git a/diced/src/proxy_node_hal.rs b/diced/src/proxy_node_hal.rs
index 8d883d2..3f31419 100644
--- a/diced/src/proxy_node_hal.rs
+++ b/diced/src/proxy_node_hal.rs
@@ -23,7 +23,7 @@
InputValues::InputValues as BinderInputValues, Signature::Signature,
};
use anyhow::{Context, Result};
-use binder::Strong;
+use binder::public_api::Strong;
use std::collections::HashMap;
use std::sync::RwLock;