From 0778766c8b479440391e81b0bb5edc11703f8554 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Wed, 29 Nov 2017 11:42:10 +0000 Subject: [PATCH] framework/target: add adb_name alias Add "adb_name" alias for "device" parameter of AdbConnection in order to be backwards-compatible with WA2. --- wa/framework/target/descriptor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wa/framework/target/descriptor.py b/wa/framework/target/descriptor.py index df6f7498..ef2a5e02 100644 --- a/wa/framework/target/descriptor.py +++ b/wa/framework/target/descriptor.py @@ -261,6 +261,7 @@ GEM5_PLATFORM_PARAMS = [ CONNECTION_PARAMS = { AdbConnection: [ Parameter('device', kind=str, + aliases=['adb_name'], description=""" ADB device name """),