common: emulator name normalize shorthand to full on test results

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-19 00:00:01 +00:00
parent 36490d9293
commit 61ec5f19a2

View File

@@ -1184,6 +1184,8 @@ lunch aosp_{}-eng
for arch in real_archs:
if arch in env['arch_short_to_long_dict']:
arch = env['arch_short_to_long_dict'][arch]
if emulator in env['emulator_short_to_long_dict']:
emulator = env['emulator_short_to_long_dict'][emulator]
if emulator == 'native':
if arch != env['host_arch']:
if real_all_archs: