fix default launcher being included in everything
diff --git a/products/cyanogen_sholes.mk b/products/cyanogen_sholes.mk
index e3ef4b0..d01ae77 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)