summaryrefslogtreecommitdiff
path: root/libs/binder/rust/Android.bp
Commit message (Expand)AuthorAgeFilesLines
* libbinder_rs doesn't need libutilsJooyung Han2023-08-161-3/+0
* libbinder_rs: Use a bindgen flag fileAndrei Homescu2023-08-021-24/+2
* Make libbinder_rs product_availableDevin Moore2023-02-271-0/+3
* No need for lazy_static as Mutex::new is now const.Andrew Walbran2022-11-251-2/+0
* libbinder_ndk_sys visibility restrictionSteven Moreland2022-10-311-0/+1
* Add RemoteKeyProvisioning apex 'com.android.rkpd'Vikram Gaur2022-09-221-0/+3
* Add Rust API for RPC binder.Andrew Walbran2022-08-191-28/+0
* Merge "Add more ergonomic API for persisting lazy services."Andrew Walbran2022-08-091-2/+4
|\
| * Add more ergonomic API for persisting lazy services.Andrew Walbran2022-08-041-2/+4
* | rust: Visibility exports for bindgenMatthew Maurer2022-07-291-0/+1
|/
* rust: Make binder-tokio vendor+uwb availableMatthew Maurer2022-01-251-0/+3
* libbinder: Set uwb apex sdk to TiramisuRoshan Pius2022-01-211-4/+4
* Obviate libbinder_ndk_host_user.Steven Moreland2021-12-231-8/+0
* Add apex_available and min_sdk_version.ziyiw2021-12-031-14/+33
* Make libbinder_rs vendor available.Janis Danisevskis2021-11-111-0/+3
* binder: add async Rust supportAlice Ryhl2021-11-021-0/+21
* binder_rs: Implement ParcelableHolderAndrei Homescu2021-10-071-0/+2
* Export rpc_unstable headerInseob Kim2021-09-071-1/+1
* Add bindgen bindings testJoel Galenson2021-08-231-0/+20
* Add RPC binder as unstable API with Rust bindgenVictor Hsieh2021-06-161-0/+15
* Make available to com.android.compos apexVictor Hsieh2021-05-131-0/+3
* Disable lints on generated libbinder_ndk_sysThiƩbaud Weksteen2021-04-291-0/+2
* Use the new more inclusive command-line options.Joel Galenson2021-04-191-9/+9
* Merge "Make libbinder_rs be available to the virt APEX"Treehugger Robot2021-02-161-2/+14
|\
| * Make libbinder_rs be available to the virt APEXJiyong Park2021-02-161-2/+14
* | [LSC] Add LOCAL_LICENSE_KINDS to frameworks/nativeBob Badour2021-02-151-0/+9
|/
* Disable libbinder darwin buildsYifan Hong2020-11-051-0/+13
* rust: Change BinderBindings.h extension to .hppIvan Lozano2020-09-241-4/+1
* Add trait implementations for Rust binder crateStephen Crane2020-08-251-5/+17
* Initial Binder Rust crateStephen Crane2020-08-121-0/+74