Commit graph

2 commits

Author SHA1 Message Date
=
5c374aa1a3 meson_to_hermetic: Fix parser not accounting for files with '-'
Test: run generate_python_build.py
Bug: 357080225
Change-Id: I8a73e900cad488b6d8eb90643bdd5a5078204b47
2024-11-19 20:19:26 +00:00
=
c6cc3b175f meson-to-hermetic: Rename meson-to-hermetic to -> meson_to_hermetic
Python packages does not allow for the use of hyphen as it's a reserved token.
This change needs to be made to be imported by unit-tests in the future

This change will require a new venv to be generated locally:
`$ rm -rf venv`
`$ ./setup-venv.sh`
`$ source venv/bin/activate`

Test: Run meson_to_hermetic/build-android/fuchsia-turnip.sh
Bug: 360173803
Change-Id: Ie6fab4689ef5fc985e15747b0c06bfae662c387c
2024-08-26 22:13:07 +00:00
Renamed from meson-to-hermetic/generate_python_build.py (Browse further)