aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2010-10-14 14:14:17 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-11-19 10:45:11 -0800
commit885b6b99d34fa5e6c22b4c17d3e5c78e9f74afc4 (patch)
treea791748179573ef25ba1aad372c17af7cb358855
parent26d8c5896e937ed677007c23d46d6759845fe91f (diff)
downloadbuild-885b6b99d34fa5e6c22b4c17d3e5c78e9f74afc4.tar.gz
Correct makefile test for stagefright build
Change-Id: Ia79b97d43e3fad82491e7d6197ffef2e764a63e3 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
-rw-r--r--core/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk
index f9e1098b7f..b1a54efcad 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