commit | 8dd69d97f662d6991fedccf3bb7082f30e6bfe6a | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Jan 19 11:43:44 2016 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Jan 19 11:43:44 2016 -0800 |
tree | b27e33d02752f93230ba76dfdc56047f78a5d52a | |
parent | 8cb9be66b7878478aa61e7b752e3c8b916811299 [diff] [blame] |
Set USE_CLANG_PLATFORM_BUILD to default true. BUG: 26102335 Change-Id: I3b9fa2dfbee361410caf163147945ab448bb8ddf
diff --git a/core/envsetup.mk b/core/envsetup.mk index 050d445..6c38e99 100644 --- a/core/envsetup.mk +++ b/core/envsetup.mk
@@ -426,3 +426,7 @@ ifeq ($(PRINT_BUILD_CONFIG),) PRINT_BUILD_CONFIG := true endif + +ifeq ($(USE_CLANG_PLATFORM_BUILD),) +USE_CLANG_PLATFORM_BUILD := true +endif