Merge "Correct makefile test for stagefright build"
This commit is contained in:
commit
4130c80aa3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue