Merge "Revert "Change USE_CLANG_PLATFORM_BUILD default to true.""
This commit is contained in:
@@ -217,14 +217,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
|
||||
|
||||
|
Reference in New Issue
Block a user