Hi,
I'm the newbbie of the group

I heard and I read a lot of think about android prelink, But I want to
remove prelink because
I have to implement Address space layout randomization (ASLR) with
mmap() on android

so when there is prelink and ASLR android dont boot, he don't find any
lib's
I tried to put LOCAL_PRELINK_MODULE := false in every android.mk libs
but it isn't work
I found the apriori file that make the prelink with prelinkmap.c and
prelink-linux-arm.map

The problem is I don't found where the main.c of apriori is called in
android, I dont clearly understand how works prelink on android.

Can you help me please

regards
Antoine

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to