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

16 lines
286 B
Markdown

# AIDL Server
Finally, we can create a server which exposes the service:
*birthday_service/src/server.rs*:
```rust,ignore
{{#include birthday_service/src/server.rs:main}}
```
*birthday_service/Android.bp*:
```javascript
{{#include birthday_service/Android.bp:birthday_server}}
```