fix default launcher being included in everything

This commit is contained in:
Koushik Dutta 2010-07-02 12:01:08 -07:00
parent 53b4031ea0
commit 16857d746b
1 changed files with 1 additions and 1 deletions

View File

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