[android-porting] Android BSP's Development

2013-02-22 Thread Felipe Nipo
I want port android to any board, just for learning. Im looking use the Beaglebone board or Beagleboard, both are ARM cortex a8. I have knowledge about development for MCU and peripherals, but i need to know the functions that Android need for a BSP, any suggestions on where i find this infor

Re: [android-porting] Re: porting CUPS to android

2013-02-22 Thread Felipe Nipo
I have experienced problems with port linux-package to android. I tried port "vim" linux-package to run on android-linux layer. I got compile with codesourcery g++-lite, than couple libc to executable using a "-static" flag on gcc compile command, being no longer necessary the bionic. However th