2010-06-28 03:10:23 +00:00
|
|
|
# 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
|
2010-07-01 23:41:06 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifndef DEFAULT_LAUNCHER
|
|
|
|
PACKAGES.ADWLauncher.OVERRIDES := Launcher Launcher2
|
2010-06-28 03:10:23 +00:00
|
|
|
endif
|