Skip to content

Instantly share code, notes, and snippets.

@stanwu
Created February 11, 2013 02:32
Show Gist options
  • Save stanwu/4752063 to your computer and use it in GitHub Desktop.
Save stanwu/4752063 to your computer and use it in GitHub Desktop.
packing android
#!/bin/ash
buf="abi bionic bootable build cts dalvik development device docs external frameworks hardware libcore ndk out packages prebuilt sdk system"
for i in $buf
do
echo "pack android4.0_$i.tgz"
tar cvzf android4.0_$i.tgz $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment