I was getting this error message:
build/tools/apriori/prelinkmap.c(168): library 'libblablabla.so' not in prelink map
To solve it just edit the file build/core/prelink-linux-arm.map and add:
libblablabla.so 0x99000000
a blog about computers and other funny things
I was getting this error message:
build/tools/apriori/prelinkmap.c(168): library 'libblablabla.so' not in prelink map
To solve it just edit the file build/core/prelink-linux-arm.map and add:
libblablabla.so 0x99000000
Thank you!
This is was a great tip!