Add cleanstep to avoid having 2 LatinIMEs in the build

Change-Id: I862ca642f0f68bbead6e65e04e2e418c6acb45e5
main
Amith Yamasani 2010-03-10 11:22:35 -08:00
parent 97e2d11039
commit 918f1b1de6
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/LatinIME*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/LatinIME.apk)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************