summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--acts/framework/acts/libs/ota/ota_runners/ota_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/acts/framework/acts/libs/ota/ota_runners/ota_runner.py b/acts/framework/acts/libs/ota/ota_runners/ota_runner.py
index dd58943ea1..776c9008a1 100644
--- a/acts/framework/acts/libs/ota/ota_runners/ota_runner.py
+++ b/acts/framework/acts/libs/ota/ota_runners/ota_runner.py
@@ -42,7 +42,7 @@ class OtaRunner(object):
logging.info('Boot completed. Rooting adb.')
self.android_device.root_adb()
logging.info('Root complete. Installing new SL4A.')
- output = self.android_device.adb.install('-r %s' % self.get_sl4a_apk)
+ output = self.android_device.adb.install('-r %s' % self.get_sl4a_apk())
logging.info('SL4A install output: %s' % output)
time.sleep(SL4A_SERVICE_SETUP_TIME)
logging.info('Starting services.')