Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dd69d97 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Set USE_CLANG_PLATFORM_BUILD to default true.

BUG: 26102335
Change-Id: I3b9fa2dfbee361410caf163147945ab448bb8ddf
parent 8cb9be66
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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