Commit 93323f63 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

ToTAndroidOfficial: make it do arm64 builds

Bug: 1045592
Change-Id: I12461062f80c114c811858410328de3f06a0033c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028767
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736834}
parent 237469b3
......@@ -117,7 +117,7 @@
'ToTAndroidASan': 'android_clang_tot_asan',
'ToTAndroid (dbg)': 'android_clang_tot_dbg',
'ToTAndroidCFI': 'android_clang_tot_cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on',
'ToTAndroidOfficial': 'android_clang_tot_release_minimal_symbols_official_optimize',
'ToTAndroidOfficial': 'android_clang_tot_official_arm64',
'ToTAndroid64': 'android_clang_tot_release_arm64',
'ToTAndroid x64': 'android_clang_tot_x64',
'ToTLinuxOfficial': 'clang_tot_official',
......@@ -1062,9 +1062,9 @@
'strip_debug_info', 'clang_tot',
],
'android_clang_tot_release_minimal_symbols_official_optimize': [
'android_clang_tot_official_arm64': [
'android', 'release', 'static', 'minimal_symbols', 'official_optimize',
'clang_tot',
'clang_tot', 'arm64',
],
'android_clang_tot_x64': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment