I'm trying to build Chromium open source browser for Android. I have referred:
Visit: http://code.google.com/p/chromium/wiki/AndroidBuildInstructions
But, I think it will only build the test bundles not the full browser. Any idea how can I have it running on my device for making some changes to it through source code.
I checked out the code from Git as recommended and build it accordingly using depot_tools and targeting OS as android. All the build environment is correct and I can make "make -j4" command. But still eclipse source code is not available for me to make some changes.
How can I make change?
Please help me getting over this problem.