Skip to content

Commit

Permalink
Remove scripts' name extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
andixlm committed Dec 11, 2014
1 parent 25baa26 commit 1f100eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1f100eb

Please sign in to comment.