Merge "Correct makefile test for stagefright build"

This commit is contained in:
Jean-Baptiste Queru 2010-11-19 10:45:27 -08:00 committed by Android Code Review
commit 4130c80aa3
1 changed files with 1 additions and 1 deletions

View File

@ -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