Merge "Set USE_CLANG_PLATFORM_BUILD to default true."

This commit is contained in:
Chih-hung Hsieh
2016-01-19 23:40:56 +00:00
committed by Gerrit Code Review

View File

@@ -426,3 +426,7 @@ endif
ifeq ($(PRINT_BUILD_CONFIG),)
PRINT_BUILD_CONFIG := true
endif
ifeq ($(USE_CLANG_PLATFORM_BUILD),)
USE_CLANG_PLATFORM_BUILD := true
endif