mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-30 14:17:35 +02:00
16 lines
286 B
Markdown
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}}
|
|
```
|