Hi Jnan, To include Telephony or no telephony related app In AOSP is decided with the help of make files. In AOSP various types of product configurations are available in /build<http://androidxref.com/4.3_r2.1/xref/build/> /target <http://androidxref.com/4.3_r2.1/xref/build/target/>/product<http://androidxref.com/4.3_r2.1/xref/build/target/product/> / like:
generic generic_mips generic_no_telephony etc And for each product a separate make file is used to create product configuration (see file names starting with "aosp_" at */build/target/product/ *and you can see which configuration these file includes internally ), So you will need to use *only **generic_no_telephony* as a product configuration and ignore other, As other also include* **/product/telephony.mk* and to use it you will need to play with PRODUCT_NAME <http://androidxref.com/4.3_r2.1/s?refs=PRODUCT_NAME&project=build> for more details on PRODUCT_NAME <http://androidxref.com/4.3_r2.1/s?refs=PRODUCT_NAME&project=build>, PRODUCT_MAKEFILES <http://androidxref.com/4.3_r2.1/s?refs=PRODUCT_MAKEFILES&project=build> see following make files: */build <http://androidxref.com/4.3_r2.1/xref/build/>/target <http://androidxref.com/4.3_r2.1/xref/build/target/>/product <http://androidxref.com/4.3_r2.1/xref/build/target/product/>/AndroidProducts.mk <http://androidxref.com/4.3_r2.1/xref/build/target/product/AndroidProducts.mk>* # it contains entry of all PRODUCT_MAKEFILES <http://androidxref.com/4.3_r2.1/s?refs=PRODUCT_MAKEFILES&project=build> available, /build <http://androidxref.com/4.3_r2.1/xref/build/>/target <http://androidxref.com/4.3_r2.1/xref/build/target/>/product <http://androidxref.com/4.3_r2.1/xref/build/target/product/>/generic_no_telephony.mk <http://androidxref.com/4.3_r2.1/xref/build/target/product/generic_no_telephony.mk> /build <http://androidxref.com/4.3_r2.1/xref/build/>/target <http://androidxref.com/4.3_r2.1/xref/build/target/>/product <http://androidxref.com/4.3_r2.1/xref/build/target/product/>/generic_mips.mk <http://androidxref.com/4.3_r2.1/xref/build/target/product/generic_mips.mk> Hope it gives you pointers! Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.