diff options
author | Bruce Beare <bruce.j.beare@intel.com> | 2010-10-14 14:14:17 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-11-19 10:45:11 -0800 |
commit | 885b6b99d34fa5e6c22b4c17d3e5c78e9f74afc4 (patch) | |
tree | a791748179573ef25ba1aad372c17af7cb358855 | |
parent | 26d8c5896e937ed677007c23d46d6759845fe91f (diff) | |
download | build-885b6b99d34fa5e6c22b4c17d3e5c78e9f74afc4.zip build-885b6b99d34fa5e6c22b4c17d3e5c78e9f74afc4.tar.gz build-885b6b99d34fa5e6c22b4c17d3e5c78e9f74afc4.tar.bz2 |
Correct makefile test for stagefright build
Change-Id: Ia79b97d43e3fad82491e7d6197ffef2e764a63e3
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
-rw-r--r-- | core/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk index f9e1098..b1a54ef 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 |