Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_packages_modules_adb
/
c2ef2ee608307c990bd0b7226cc40ed63b52e68b
/
.
/
run-device-tests.sh
blob: 5155a4af062078050b30b369913775a321f52ba3 [
file
] [
log
] [
blame
]
#!/bin/bash
source $ANDROID_BUILD_TOP
/
build
/
envsetup
.
sh
cd $
(
dirname $0
)
&&
mm
-
j
&&
\
exec $ANDROID_HOST_OUT
/
testcases
/
adb_integration_test_device
/
$
(
arch
)/
adb_integration_test_device
"$@"