1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-28 03:28:32 +02:00

Update AIDL intermediates path (#2639)

---------

Co-authored-by: Martin Geisler <mgeisler@google.com>
This commit is contained in:
Nicole L
2025-02-26 09:28:11 -08:00
committed by GitHub
parent e52f5ea9e3
commit d7a88211ff

View File

@ -9,7 +9,7 @@ _birthday_service/aidl/com/example/birthdayservice/IBirthdayService.aidl_:
}
```
_out/soong/.intermediates/.../birthdayservice/IBirthdayService.rs_:
_out/soong/.intermediates/.../com_example_birthdayservice.rs_:
<!-- The example below is a cleaned up and simplified version of the real code. -->