Commit Graph
3 Commits
Author SHA1 Message Date
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
Artem Samoilenko 535965b787 [Android] third_party/jinja2: Updated to version 3.1.2
Chromium change:
https://github.com/chromium/chromium/commit/2aec07368cd62c41decfeb20111625239bcdabf0

third_party/jinja2: Update to version 3.1.2
Bug: 1401586
2023-02-22 06:29:19 -05:00
wchen342 95f9e90b24 Android XML pre-processor 2021-11-05 21:11:41 +02:00