Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/pthreadtest
/
.
/
tests
/
run_on_android.sh
blob: 11d70f8e46b86f817b6c0dd4044010a10b4257cf [
file
] [
log
] [
blame
] [
edit
]
set
-
e
BINARY_PATH
=
"$1"
BINARY_NAME
=
"$(basename $BINARY_PATH)"
shift
./
push_console_app_to_android
.
sh $BINARY_PATH
adb shell
"cd /data/local/tmp; ./$BINARY_NAME $@"