Skip to content

Instantly share code, notes, and snippets.

@logcat
Created May 9, 2017 09:34
Show Gist options
  • Save logcat/557671fc9c0cb2b7a7522b5ec5071d54 to your computer and use it in GitHub Desktop.
Save logcat/557671fc9c0cb2b7a7522b5ec5071d54 to your computer and use it in GitHub Desktop.
case sensitive image for android building on osx
android_folder=/Users/user/mount_point
function mountAndroid { hdiutil attach /Users/user/android.dmg.sparseimage -mountpoint $android_folder; }
function umountAndroid() { hdiutil detach $android_folder; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment