mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
framework/target: add adb_name alias
Add "adb_name" alias for "device" parameter of AdbConnection in order to be backwards-compatible with WA2.
This commit is contained in:
parent
31e08bf797
commit
0778766c8b
@ -261,6 +261,7 @@ GEM5_PLATFORM_PARAMS = [
|
|||||||
CONNECTION_PARAMS = {
|
CONNECTION_PARAMS = {
|
||||||
AdbConnection: [
|
AdbConnection: [
|
||||||
Parameter('device', kind=str,
|
Parameter('device', kind=str,
|
||||||
|
aliases=['adb_name'],
|
||||||
description="""
|
description="""
|
||||||
ADB device name
|
ADB device name
|
||||||
"""),
|
"""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user