commit | 50c610432273cf8d530edb95f5a9778f862446d0 | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Wed Mar 24 02:27:49 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Apr 12 23:01:50 2021 +0000 |
tree | 09a332ef1edb3164aea3450376037c91d896c0cd | |
parent | a06458f3bc955096fc1c727c684f39448860ed61 [diff] |
Use Strong<> for Rust AIDL interfaces This switches the type of AIDL interfaces for input parameters in Rust from &dyn IFoo to &Strong<dyn IFoo>, so services can clone the interface pointers. Bug: 182890877 Test: atest aidl_unittests Test: atest aidl_integration_test Test: ./run_integration_tests.sh Change-Id: Iae2259f63a97df96011b023003ea52cb17514f1d
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview