Commit Graph
4 Commits
Author SHA1 Message Date
goodov b1dc9a2733 Disable few pylint checks. (#25065)
Update pylint rules.
2024-08-13 18:32:30 +07:00
Artem Samoilenko 1fe39b12cb [Android] Copy zip-related funcs build_utils -> zip_helpers
Chromium change:
https://github.com/chromium/chromium/commit/3dec34616aaf4298ac30aee57bebfe0b50af6715

Copy zip-related funcs build_utils -> zip_helpers
Non-android scripts use these helpers, so this moves them
outside of the //build/android directory.

This also modifies the helpers in the following ways:
* Renamed them.
* Added more assert checks about valid paths
* Fixed zip_directory() adding \s instead of /s on windows
* Merged in zipalign logic
* Changed compress_fn -> compress= (was unused)
* Do not call atomic_output from zip_directory()
  * Updated all callers to do so explicitly.

Bug: 1428082
2023-05-15 13:10:36 +01:00
wchen342 145b707730 Format 2021-11-05 21:51:41 +02:00
wchen342 95f9e90b24 Android XML pre-processor 2021-11-05 21:11:41 +02:00