1 #!/bin/bash 2 # 3 # android_install_skia: installs the skia apk on the device. 4 5 echo "The install step is now a no-op" 6 exit;