summaryrefslogtreecommitdiff
path: root/common/scripts/scheduler-test-android-setup.sh
blob: 8234cdc428fa5aa59cd2909ef6c43db0375ea16d (plain)
1
2
3
4
5
6
# Detect Android and do the needful
if [ -e /system/build.prop ]; then
    mount -o rw,remount /
    mkdir -p /bin
    cp /system/bin/sh /bin/sh
fi