Merge "Error on USE_CLANG_PLATFORM_BUILD="

This commit is contained in:
Colin Cross
2016-05-23 22:05:27 +00:00
committed by Gerrit Code Review

View File

@@ -475,3 +475,9 @@ endif
ifeq ($(USE_CLANG_PLATFORM_BUILD),)
USE_CLANG_PLATFORM_BUILD := true
endif
ifneq ($(USE_CLANG_PLATFORM_BUILD),true)
ifneq ($(USE_CLANG_PLATFORM_BUILD),false)
$(error USE_CLANG_PLATFORM_BUILD must be true or false)
endif
endif