diff --git a/doc/source/user_information/user_guide.rst b/doc/source/user_information/user_guide.rst index 56ae6bbc..535eef5e 100644 --- a/doc/source/user_information/user_guide.rst +++ b/doc/source/user_information/user_guide.rst @@ -373,6 +373,7 @@ below: device: generic_android device_config: adb_server: null + adb_port: null big_core: null core_clusters: null core_names: null diff --git a/wa/framework/target/descriptor.py b/wa/framework/target/descriptor.py index 87a6b250..aeb46ccf 100644 --- a/wa/framework/target/descriptor.py +++ b/wa/framework/target/descriptor.py @@ -308,6 +308,11 @@ CONNECTION_PARAMS = { description=""" ADB server to connect to. """), + Parameter( + 'adb_port', kind=int, + description=""" + ADB port to connect to. + """), Parameter( 'poll_transfers', kind=bool, default=True,