| commit | 683c52cb7c790d326ffbd47f9d63766b89977cc7 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Fri Aug 29 15:51:28 2025 -0700 |
| committer | Cole Faust <colefaust@google.com> | Fri Aug 29 15:58:33 2025 -0700 |
| tree | f807ef0761de0afc29d6e810388ad2c6015e60a0 | |
| parent | d85b417356f80018d73b25aa3852ab88b85852b9 [diff] |
Reapply "Implement aidl update-api in soong_ui" This reverts commit d85b417356f80018d73b25aa3852ab88b85852b9. We want to make the source tree read-only during the build, but update-api writes to the source tree. Rewrite it so that it just builds an aidl_update_api.txt file that contains information about all the actions it wants to do, and then soong_ui will read that file and run the scripts in it after the build is over and the read-only source tree sandbox has been exited. Bug: 200803952 Test: m androidx.core.uwb.backend.aidl_interface-(freeze|update)-api Test: m nothing --no-skip-soong-tests Change-Id: I770c24cb819785a632d001bdc956f24875738511
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview