From 16857d746bdfd27c9a2cecd90406ffc88d017dba Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Fri, 2 Jul 2010 12:01:08 -0700 Subject: [PATCH] fix default launcher being included in everything --- products/cyanogen_sholes.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/cyanogen_sholes.mk b/products/cyanogen_sholes.mk index e3ef4b06..d01ae77b 100644 --- a/products/cyanogen_sholes.mk +++ b/products/cyanogen_sholes.mk @@ -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)