[android-porting] Building a minimal Android platform

2014-08-12 Thread Sri Gogineni
Hi community, I would like to build a lean version of Android for custom hardware that will run a single app. The app only requires UI, hardware multimedia acceleration (video, audio, codecs) and network. How can I build the platform to only include these features and necessary

Re: [android-porting] unable to configure DNS/resolver on USB0

2014-08-12 Thread Allen Curtis
Hello Robert, Yesterday I started going down the dhcpcd.conf route. Created a dhcpcd.conf interface usb0 static ip_address=192.168.1.2/24 static routers=192.168.1.254 static domain_name_servers=10.10.17.117 10.10.19.117 I noticed from logcat that init was looking for a dhcpcd_usb service. I am