Android lollipop porting

Hi

I am interested to build and port Android lollipop on dragon board 410 C.

I have used TI ARM and they have got good documentation. Please guide me good doc on how to port android on dragon board 410c

the “Android support package” (https://developer.qualcomm.com/download/db410c/linux_android_board_support_package_vla.br_.1.2.4-01810-8x16.0-2.zip)contains a build.sh script. You setup a build environment with ‘repo’ and all the normal Android build dependencies. Then run the build.sh. It downloads the source code, applies CAF’s patchset, and compiles it. When you’re done, there’s an Android 5.1.1 image built from source and ready to flash.