deprecate binder::get_service, add binder::check_service
Deprecate `get_service` because the underlying NDK function `AServiceManager_getService` has been deprecated. `check_service` is added to give access to one of the suggested alternatives. Bug: 339248908 Test: atest --test-mapping frameworks/native/libs/binder/TEST_MAPPING Change-Id: Iac89691f651c55df532a2dc2462db9f2795ad170
Showing
- libs/binder/rust/binder_tokio/lib.rs 27 additions, 0 deletionslibs/binder/rust/binder_tokio/lib.rs
- libs/binder/rust/src/lib.rs 3 additions, 3 deletionslibs/binder/rust/src/lib.rs
- libs/binder/rust/src/service.rs 17 additions, 0 deletionslibs/binder/rust/src/service.rs
- libs/binder/rust/tests/integration.rs 58 additions, 2 deletionslibs/binder/rust/tests/integration.rs
Loading
Please register or sign in to comment