blob: f9f2628aa9bd0570b06ee4c958d6510e424cad82 (
plain)
1
2
3
4
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
endif
|