1
0
Fork 0

Make the Treeherder platform for Raptor tasks consistent with other targets (#3896)

master
Dave Hunt 2019-07-05 18:22:47 +01:00 committed by Mitchell Hentges
parent fb4cfb1cb7
commit 00271cc20d
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ class TaskBuilder(object):
elif variant.abi == 'arm':
treeherder_platform = 'android-hw-g5-7-0-arm7-api-16'
elif variant.abi == 'aarch64':
treeherder_platform = 'android-hw-p2-8-0-aarch64'
treeherder_platform = 'android-hw-p2-8-0-android-aarch64'
else:
raise ValueError('Unsupported architecture "{}"'.format(variant.abi))