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

Commit 70c41f2f authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Set USE_CLANG_PLATFORM_BUILD to default true." am: c36a9760

am: 2ba3e15d

* commit '2ba3e15d':
  Set USE_CLANG_PLATFORM_BUILD to default true.
parents 49fe96c3 2ba3e15d
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