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

Commit 7a0c88ec authored by Stephen Hines's avatar Stephen Hines
Browse files

Revert "Change USE_CLANG_PLATFORM_BUILD default to true."

This reverts commit 3c8036da.

Change-Id: I930bbebce8396d7c0abd847530640a696d3418e7
parent 3c8036da
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -209,14 +209,12 @@ ifdef LOCAL_IS_HOST_MODULE
        my_clang := true
    endif
    endif
# Add option to make gcc the default for device build
else ifeq ($(USE_CLANG_PLATFORM_BUILD),false)
# Add option to make clang the default for device build
else ifeq ($(USE_CLANG_PLATFORM_BUILD),true)
    ifeq ($(my_clang),)
        my_clang := false
    endif
else ifeq ($(my_clang),)
        my_clang := true
    endif
endif

my_cpp_std_version := -std=gnu++14