From 885b6b99d34fa5e6c22b4c17d3e5c78e9f74afc4 Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Thu, 14 Oct 2010 14:14:17 -0700 Subject: [PATCH] Correct makefile test for stagefright build Change-Id: Ia79b97d43e3fad82491e7d6197ffef2e764a63e3 Signed-off-by: Bruce Beare --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index f9e1098b7..b1a54efca 100644 --- a/core/main.mk +++ b/core/main.mk @@ -274,7 +274,7 @@ else # !sdk endif # build the full stagefright library -ifneq ($(strip BUILD_WITH_FULL_STAGEFRIGHT),) +ifneq ($(strip $(BUILD_WITH_FULL_STAGEFRIGHT)),) BUILD_WITH_FULL_STAGEFRIGHT := true endif