ADWLauncher

This commit is contained in:
Koushik Dutta 2010-07-01 16:41:06 -07:00
parent 8c402c0fbd
commit 09b3315f6c
3 changed files with 10 additions and 0 deletions

View File

@ -2,4 +2,8 @@
# This is a hacky way to do that.
ifdef CYANOGEN_WITH_GOOGLE
PACKAGES.Email.OVERRIDES := Provision LatinIME QuickSearchBox
endif
ifndef DEFAULT_LAUNCHER
PACKAGES.ADWLauncher.OVERRIDES := Launcher Launcher2
endif

View File

@ -23,6 +23,10 @@ TINY_TOOLBOX:=true
# Enable Windows Media if supported by the board
WITH_WINDOWS_MEDIA:=true
ifndef DEFAULT_LAUNCHER
PRODUCT_PACKAGES += ADWLauncher
endif
# CyanogenMod specific product packages
PRODUCT_PACKAGES += \
CMParts \

View File

@ -1,6 +1,8 @@
# Inherit AOSP device configuration for passion.
$(call inherit-product, device/motorola/sholes/sholes.mk)
DEFAULT_LAUNCHER := true
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)