Re: [ROM][KITCHEN] eRice CleanROM and Kitchen <~WM 6.5 Build 21872 w/ Sense UI 2.1~>
Per a1jatt:
in tools folder you have a file named kitchen_build_rom.bat
at about approx line # 50 you will find following code
set DSM_TEMPLATE=%dsm%
set DSM_INCLUDES=*
REM **************** TOOLS\platformrebuilder.exe
if not "%errorlevel%"=="0" goto error
REM the line
if not "%errorlevel%"=="0" goto error
ie change that to
REM if not "%errorlevel%"=="0" goto error
|