HELP Omnirom Kitkat Build Error

jon126

Senior Member
Apr 27, 2013
58
26
0
Auckland
I'm trying to build Omnirom 4.4 for the HTC Sensation but I'm running into build errors during 'brunch':

I am using device and vendor trees through the local_manifest but there is this error:

build/core/package.mk:269: recipe for target '/home/jon126/android/omni/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk' failed
make: *** [/home/jon126/android/omni/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file '/home/jon126/android/omni/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk'
make: *** Waiting for unfinished jobs....


Please help!
 

mrfeuss

Senior Member
Dec 22, 2012
1,012
621
0
Nowheresville, NJ
I'm trying to build Omnirom 4.4 for the HTC Sensation but I'm running into build errors during 'brunch':

I am using device and vendor trees through the local_manifest but there is this error:

build/core/package.mk:269: recipe for target '/home/jon126/android/omni/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk' failed
make: *** [/home/jon126/android/omni/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file '/home/jon126/android/omni/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk'
make: *** Waiting for unfinished jobs....


Please help!
The error message should give you some indication of the problem. In this case, you have an error in your package.mk file in . build/core. That error message indicates that the error stems from line 269. I'm not terribly experienced with building but that should help you narrow things down.
 

jon126

Senior Member
Apr 27, 2013
58
26
0
Auckland
The line 269 is just:

@ECHO -e ${PRT_TGT}"target Export Resources:"${CL_RST}"

which I dont understand.


EDIT: Fixed the build and deleted lines from config.xml.
 
Last edited:

sach1609

New member
Jun 17, 2016
1
0
0
Quote:
Originally Posted by jon126

The line 269 is just:
@ECHO -e ${PRT_TGT}"target Export Resources:"${CL_RST}"

which I dont understand.


EDIT: Fixed the build and deleted lines from config.xml.


what you did man? which lines you have commented in which file to solve this error?
please help