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

View File

@@ -274,7 +274,7 @@ else # !sdk
endif endif
# build the full stagefright library # build the full stagefright library
ifneq ($(strip BUILD_WITH_FULL_STAGEFRIGHT),) ifneq ($(strip $(BUILD_WITH_FULL_STAGEFRIGHT)),)
BUILD_WITH_FULL_STAGEFRIGHT := true BUILD_WITH_FULL_STAGEFRIGHT := true
endif endif