From c247f98d23037fa2a49758e0406f77ad3c3ed07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 21 May 2019 00:00:00 +0000 Subject: [PATCH] common: emulator name normalize shorthand to full on test results --- common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.py b/common.py index f46eb9b..9b293e7 100644 --- a/common.py +++ b/common.py @@ -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: