#!/bin/sh


if [ "$RHO_PLATFORM" = "android" ]; then

cd android
rake --trace

fi



