mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
common: emulator name normalize shorthand to full on test results
This commit is contained in:
@@ -1184,6 +1184,8 @@ lunch aosp_{}-eng
|
|||||||
for arch in real_archs:
|
for arch in real_archs:
|
||||||
if arch in env['arch_short_to_long_dict']:
|
if arch in env['arch_short_to_long_dict']:
|
||||||
arch = env['arch_short_to_long_dict'][arch]
|
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 emulator == 'native':
|
||||||
if arch != env['host_arch']:
|
if arch != env['host_arch']:
|
||||||
if real_all_archs:
|
if real_all_archs:
|
||||||
|
|||||||
Reference in New Issue
Block a user