Skip to content

Commit 7576bbc

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Update README with weekly AOSP check workflow and missing tools
Document the new check-aosp-updates workflow in the CI section. Add genversions and genaidlcli to the project layout tree.
1 parent aec0072 commit 7576bbc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,6 +1780,8 @@ These verify:
17801780

17811781
Unit tests run automatically on every push and pull request via [GitHub Actions](.github/workflows/ci.yml). E2E tests require an Android device and must be run manually.
17821782

1783+
A [weekly workflow](.github/workflows/check-aosp-updates.yml) checks for new AOSP revision tags, regenerates version tables and proxy code, and opens a PR automatically if anything changed.
1784+
17831785
## Project Layout
17841786

17851787
```
@@ -1789,7 +1791,9 @@ Unit tests run automatically on every push and pull request via [GitHub Actions]
17891791
│ │ ├── aidlgen/ AIDL-to-Go compiler CLI
17901792
│ │ ├── aospgen/ Bulk AOSP code generator
17911793
│ │ ├── gen_e2e_smoke/ Smoke test generator
1792-
│ │ └── genreadme/ README package table generator
1794+
│ │ ├── genaidlcli/ aidlcli command dispatcher generator
1795+
│ │ ├── genreadme/ README package table generator
1796+
│ │ └── genversions/ Version-aware transaction code table generator
17931797
│ └── pkg/
17941798
│ └── aidlc/ AIDL processing pipeline
17951799
│ ├── parser/ Lexer + recursive-descent AIDL parser

0 commit comments

Comments
 (0)