[android-porting] how to compile android for MID project?

2010-03-15 Thread johnson
i try to compile the android for mid project. so i change platform/build/target/product/core.mk as the following: //PRODUCT_POLICY := android.policy_phone PRODUCT_POLICY := android.policy_mid then i compile the android , it is ok. but when i run as following ,  . build/envsetup.sh   lunch 1   em

Re: [android-porting] how to compile android for MID project?

2010-03-15 Thread Dianne Hackborn
Please don't use policy_mid. That is super old and crufty and I am sure totally broken. It should be removed. On Mon, Mar 15, 2010 at 1:06 AM, johnson wrote: > i try to compile the android for mid project. > so i change platform/build/target/product/core.mk as the following: > > //PRODUCT_POL