diff --git a/README b/README index 1505478..2ed278a 100644 --- a/README +++ b/README @@ -4,11 +4,11 @@ How to get: Run 'git clone https://github.com/andixlm/build_tools' in root of ROM sources directory. Description of scripts: -resync.sh - reset all changes in ROM sources, sync and get prebuilts. Use -o to reset changes only. +resync - reset all changes in ROM sources, sync and get prebuilts. Use -o to reset changes only. ----- -patch.sh - patch ROM sources to make them work with S II Plus. +patch - patch ROM sources to make them work with S II Plus. ----- -build.sh - build ROM for S II Plus. It asks for cleaning of 'out' directory (make clean) and device (i9105 or i9105p), then build for chosen device. Also it handles first argument ('--i9105' or '--i9105p'). If it's used, then it'll build ROM for chosen device without cleaning. To build boot image (or recovery image) for device defined in first argument without the whole ROM building use second argument '--mb' ('--mr' for recovery). +build - build ROM for S II Plus. It asks for cleaning of 'out' directory (make clean) and device (i9105 or i9105p), then build for chosen device. Also it handles first argument ('--i9105' or '--i9105p'). If it's used, then it'll build ROM for chosen device without cleaning. To build boot image (or recovery image) for device defined in first argument without the whole ROM building use second argument '--mb' ('--mr' for recovery). Credits: pawitp - patches diff --git a/build.sh b/build similarity index 100% rename from build.sh rename to build diff --git a/patch.sh b/patch similarity index 100% rename from patch.sh rename to patch diff --git a/resync.sh b/resync similarity index 100% rename from resync.sh rename to resync