Skip to content

Instantly share code, notes, and snippets.

@jedld
Created August 17, 2017 23:02
Show Gist options
  • Save jedld/86e637bb564f884253a4b114e9038b87 to your computer and use it in GitHub Desktop.
Save jedld/86e637bb564f884253a4b114e9038b87 to your computer and use it in GitHub Desktop.
Build android system image for samsung gtexslte
#!/bin/sh
~/android-work/out/host/linux-x86/bin/make_ext4fs -s -l 2147483648 -S ~/android-work/out/target/product/gtexslte/root/file_contexts -a system new_system.img ~/android-work/out/target/product/gtexslte/system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment