OSDN Git Service

Set USE_CLANG_PLATFORM_BUILD to default true.
authorChih-Hung Hsieh <chh@google.com>
Tue, 19 Jan 2016 19:43:44 +0000 (11:43 -0800)
committerChih-Hung Hsieh <chh@google.com>
Tue, 19 Jan 2016 19:43:44 +0000 (11:43 -0800)
BUG: 26102335
Change-Id: I3b9fa2dfbee361410caf163147945ab448bb8ddf

core/envsetup.mk

index 050d445..6c38e99 100644 (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