mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-29 05:37:37 +02:00
286 B
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}}