From 4c6ffcd1a37825b0a7fe79a8006c7c67b5a58557 Mon Sep 17 00:00:00 2001 From: Nicole LeGare Date: Wed, 12 Feb 2025 09:50:19 -0800 Subject: [PATCH 1/2] Update AIDL intermediates path --- src/android/aidl/example-service/service-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/aidl/example-service/service-bindings.md b/src/android/aidl/example-service/service-bindings.md index 38667842e5d8..fcb1a7405529 100644 --- a/src/android/aidl/example-service/service-bindings.md +++ b/src/android/aidl/example-service/service-bindings.md @@ -9,7 +9,7 @@ _birthday_service/aidl/com/example/birthdayservice/IBirthdayService.aidl_: } ``` -_out/soong/.intermediates/.../birthdayservice/IBirthdayService.rs_: +_out/soong/.intermediates/comprehensive-rust/.../com_example_birthdayservice.rs_: From e72c8e4c34a5dbc3177ccf2a1dc2516369e7b54e Mon Sep 17 00:00:00 2001 From: Nicole L Date: Wed, 26 Feb 2025 09:19:10 -0800 Subject: [PATCH 2/2] Shorten the path to intermediate outputs Co-authored-by: Martin Geisler --- src/android/aidl/example-service/service-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/aidl/example-service/service-bindings.md b/src/android/aidl/example-service/service-bindings.md index fcb1a7405529..ce53aa66b9fa 100644 --- a/src/android/aidl/example-service/service-bindings.md +++ b/src/android/aidl/example-service/service-bindings.md @@ -9,7 +9,7 @@ _birthday_service/aidl/com/example/birthdayservice/IBirthdayService.aidl_: } ``` -_out/soong/.intermediates/comprehensive-rust/.../com_example_birthdayservice.rs_: +_out/soong/.intermediates/.../com_example_birthdayservice.rs_: