Use only present proprietary files
some apk doesnt exists anymore, and HTC stuff must not be present here
Also dont ignore LatinIME required to have a least one keyboard

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>

Change-Id: I8c5852c6038d3baec65d8f6af7caae5372770679
diff --git a/Android.mk b/Android.mk
index f9f2628..f3dc3d6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
 # We need a way to prevent the stuff Google Apps replaces from being included in the build.
 # This is a hacky way to do that.
 ifdef CYANOGEN_WITH_GOOGLE
-    PACKAGES.Email.OVERRIDES := Provision LatinIME QuickSearchBox
+    PACKAGES.Email.OVERRIDES := Provision QuickSearchBox
 endif