Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
a1a7260930ef73e7d0dda3b2a146f3858e75a0ed
/
.
/
cmds
/
requestsync
/
requestsync.sh
blob: 2d5d0e41705a06c8c2d98a212d7df184e6a51282 [
file
] [
log
] [
blame
]
#!/system/bin/sh
# Script to start "requestsync" on the device
#
base
=/
system
export CLASSPATH
=
$base
/
framework
/
requestsync
.
jar
exec app_process $base
/
bin com
.
android
.
commands
.
requestsync
.
RequestSync
"$@"