1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-29 05:37:37 +02:00
2022-12-21 16:38:28 +01:00

286 B

AIDL Server

Finally, we can create a server which exposes the service:

birthday_service/src/server.rs:

{{#include birthday_service/src/server.rs:main}}

birthday_service/Android.bp:

{{#include birthday_service/Android.bp:birthday_server}}