common: emulator name normalize shorthand to full on test results

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-21 00:00:00 +00:00
parent b5558eeebe
commit c247f98d23

View File

@@ -1191,6 +1191,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: