Offload HAL service: Fix running unit tests

Update the location from which runtest.sh will fetch the unit test
binary. The binary is now located in vendor data.

Bug: 32842314
Test: VTS and Unit tests
Change-Id: I13bba845e121a31f4763584e593fdda374701dd7
This commit is contained in:
Sohani Rao
2017-08-23 16:37:25 -07:00
parent 105360ed45
commit 404b3242a9

View File

@@ -35,5 +35,5 @@ adb wait-for-device
adb remount
adb sync
adb shell /data/nativetest/wifi-offload-service-unit-tests/wifi-offload-service-unit-tests
adb shell /data/nativetest64/wifi-offload-service-unit-tests/wifi-offload-service-unit-tests
adb shell /data/nativetest/vendor/wifi-offload-service-unit-tests/wifi-offload-service-unit-tests
adb shell /data/nativetest64/vendor/wifi-offload-service-unit-tests/wifi-offload-service-unit-tests