Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 509 Bytes

File metadata and controls

17 lines (15 loc) · 509 Bytes

Building Chromium for Tegra 2 devices on Android

Replicating this build

git fetch origin refs/tags/56.0.2924.87
  • Apply the patches from this repo.
  • Disable arm neon with the following gn flags:
arm_use_neon = false
arm_optionally_use_neon = false
  • Build and install the APKs.