Random notes on building Android
This is mostly a note to myself. The easy way to build a profilable image for Android (e.g. Gingerbread). I am applying the patch from the bottom to build with framepointers. I am build an unstripped image, I use the environment script and then launch the emulator. With the default engineering mode opcontrol and oprofiled will be installed only the events will be missing from the image. $ make TARGET_STRIP_MODULE=false$ . ./build/envsetup.sh$ help$ setpaths$ ./out/host/linux-x86/bin/emulator diff –git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mkindex ae1997c..66e55fd…