naiveproxy/build/android/binary_size/apks
2018-12-09 21:59:24 -05:00
..
Android_arm64_Builder Import chromium-70.0.3538.110 2018-12-09 21:59:24 -05:00
Android_Builder Import chromium-70.0.3538.110 2018-12-09 21:59:24 -05:00
README.md Import chromium-70.0.3538.110 2018-12-09 21:59:24 -05:00

Milestone Reference APKs

This folder contains APKs for official (upstream) builds for each milestone. The primary use for these APKs is per-milestone binary size analysis.

  • //build/android/resource_sizes.py uses them for calculating patch size
  • They can be used with tools/binary_size/diagnose_bloat.py for analyzing what grew in an APK milestone-to-milestone

Downloading Reference APKs

# Downloads ARM 32 MonochromePublic.apk for the latest milestone that we've
# uploaded APKs for.
build/android/binary_size/apk_downloader.py

# Print usage and see all options.
build/android/binary_size/apk_downloader.py -h

Updating Reference APKs

# Downloads build products from perf builders and uploads the following APKs
# for M62 and M63:
#   ARM 32 - ChromePublic.apk, ChromeModernPublic.apk, MonochromePublic.apk
#   ARM 64 - ChromePublic.apk ChromeModernPublic.apk
build/android/binary_size/apk_downloader.py --update 63 508578 --update 62 499187
  • Remember to commit the generated .sha1 files, update the CURRENT_MILESTONE variable in apk_downloader.py, and update the list of revisions below

Chromium revisions for each APK