Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14543029 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Fix issues with PRODUCT_SPECIFIC_DEFINES that broke in Froyo.

Change-Id: I3a7a64e76ae46d9f8ef71db4eb59b27a7438d5a3
parent 6f53bfc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ $(foreach cf,$(PRODUCT_COPY_FILES), \
define set-product-variable
$(shell echo Define: $(1) $(2))
ifneq ($(strip $(1),))
$(1) := $(2)
$(1)
endif
endef