1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 11:58:55 +00:00

Documentation update

This commit is contained in:
Vasilis Flouris 2015-06-18 10:39:05 +01:00
parent 08bfef961e
commit aac69a9c14

View File

@ -261,8 +261,8 @@ class BaseLinuxDevice(Device): # pylint: disable=abstract-method
def deploy_busybox(self, context, force=False):
"""
Deploys the busybox Android binary (hence in android module) to the
specified device, and returns the path to the binary on the device.
Deploys the busybox binary to the specified device, and returns
the path to the binary on the device.
:param device: device to deploy the binary to.
:param context: an instance of ExecutionContext