On 02/04/2013 11:31 PM, Phani A wrote:
Hi,

I am trying to customize android build by removing few stock android
applications from code and recompile the code.
When I try to remove the Calculator application (by renaming Android.mk
in packages/apps/Calculator/  folder), I am getting the following build
error in ICS,

"make: *** No rule to make target
`out/target/common/obj/APPS/Calculator_intermediates/classes.jar',
needed by
`out/target/common/obj/APPS/CalculatorTests_intermediates/classes-full-debug.jar'.
  Stop."

Can anyone please help on how to resolve this error. Is there any
cleaner way of excluding Android stock applications (such as Email,
Calender, Calculator) ?

Thanks in advance for any suggestion
Phani

Remove Calculator from PRODUCT_PACKAGES in the relevant build/target/product/*.mk files.

--
--
unsubscribe: [email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to