Commit Graph

5 Commits

Author SHA1 Message Date
Anton Hansson
53c913e727 Add support to finalize only a subset of modules
Finalization often doesn't include all modules, so make the script
support both modes of operation.

Test: together with the rest of the CLs in this set
Change-Id: Icaf4937b549118ae92457f25c08427a62de1274b
2022-04-06 15:30:55 +01:00
Anton Hansson
3e8dcd4a92 finalize_sdk.py maintenance
- Update to use new build server output structure
- Customize to work with train builds and continuous builds
- Don't finalize Android.bp files for now, we don't need them

Test: together with the rest of the CLs in this set
Change-Id: Ie7b44da3cf0a784d732702bce86cbe52f75493a4
2022-04-06 15:30:17 +01:00
Anton Hansson
0e8dbf88fb Convert finalize_sdk.py to use pathlib
The legacy os path stuff is a bit cumbersome to work with.

Test: together with the rest of the CLs in this set
Change-Id: I94f7c6f04e9f3e1644b1cc6585c2c8752f6b33ef
2022-04-06 11:58:01 +01:00
Anton Hansson
3886a9a7ed Remove workaround for IPSec buildfile not working
The bug has been fixed.

Bug: 190499958
Test: No
Change-Id: Iaa255586103daf76fa336560f3cd1b31668cf414
Merged-In: Iaa255586103daf76fa336560f3cd1b31668cf414
2021-06-28 12:56:35 +01:00
Anton Hansson
f05db63424 Add tool to help finalize extension SDK
Not intended to be a long-term solution, but allows us to get off
the ground and download/commit the artifacts in an efficient way.

Bug: 188787081
Test: run script on test topic
Change-Id: Ia01929cd3614f18cdad1e1b23594dd473a11051e
Merged-In: Ia01929cd3614f18cdad1e1b23594dd473a11051e
(cherry picked from commit a874e95adc)
2021-06-15 11:33:12 +00:00