makefile - which android,mk file has this? -


local_cflags+= -wpointer-arith -wwrite-strings -wstrict-prototypes -m64  local_cflags+= -wmissing-prototypes -winline 

hi guys im wondering android make file has these? im having trouble finding in vast size of aosp!!

cheers

if don't feel comfortable using grep, can use http://androidxref.com/. tool indexes source code of major branches of aosp , makes easier search codebase.

i started search parameters androidxref here


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -