-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement Clean, Build ROM Kits, System resize and parameter management
- Loading branch information
900supersport
committed
Nov 11, 2013
1 parent
02690fa
commit e89338d
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#this file controls ROMkit poulation process | ||
# | ||
#lines staring # and empty will be treated as comments | ||
# | ||
#each line is of the form | ||
# sourcefilepathname, destination | ||
|
||
working/kernel.img,ROMKits/ROMKit.zip,ROM/ | ||
working/boot.img,ROMKits/ROMKit.zip,ROM/ | ||
working/recovery.img,ROMKits/ROMKit.zip,ROM/ | ||
working/system.img,ROMKits/ROMKit.zip,ROM/ | ||
|
||
working/kernel.img,ROMKits/CWMROMKit.zip | ||
working/boot.img,ROMKits/CWMROMKit.zip | ||
working/system.img,ROMKits/CWMROMKit.zip | ||
|