Commit 05ffcdc9 authored by Ross McIlroy's avatar Ross McIlroy Committed by Commit Bot

[Infra] Add android.arm options to v8gen.py

Change-Id: Icac68bc8fe1ae3b8f70003e001b45b3f22dac511
Reviewed-on: https://chromium-review.googlesource.com/541338Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46028}
parent a36d1252
......@@ -9,6 +9,9 @@
# Bots are ordered by appearance on waterfall.
'masters': {
'developer_default': {
'android.arm.debug': 'default_debug_android_arm',
'android.arm.optdebug': 'default_optdebug_android_arm',
'android.arm.release': 'default_release_android_arm',
'arm.debug': 'default_debug_arm',
'arm.optdebug': 'default_optdebug_arm',
'arm.release': 'default_release_arm',
......@@ -233,6 +236,14 @@
'gn', 'debug', 'simulate_arm', 'v8_enable_slow_dchecks'],
'default_release_arm': [
'gn', 'release', 'simulate_arm'],
'default_debug_android_arm': [
'gn', 'debug', 'arm', 'android', 'crosscompile',
'v8_enable_slow_dchecks', 'v8_full_debug'],
'default_optdebug_android_arm': [
'gn', 'debug', 'arm', 'android', 'crosscompile',
'v8_enable_slow_dchecks' ],
'default_release_android_arm': [
'gn', 'release', 'arm', 'android', 'crosscompile'],
'default_debug_arm64': [
'gn', 'debug', 'simulate_arm64', 'v8_enable_slow_dchecks',
'v8_full_debug'],
......
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