Remove WITHOUT_(HOST|TARGET)_CLANG.

This is unused.

Change-Id: Ibc461fef02c82d110718003aceffb943c930ffe6
This commit is contained in:
Dan Albert
2015-09-16 15:35:39 -07:00
parent 45075cf623
commit 32f7ff14ce
2 changed files with 0 additions and 10 deletions

View File

@@ -198,10 +198,6 @@ else ifeq ($(USE_CLANG_PLATFORM_BUILD),true)
endif
endif
ifeq ($(strip $($(LOCAL_2ND_ARCH_VAR_PREFIX)WITHOUT_$(my_prefix)CLANG)),true)
my_clang :=
endif
my_cpp_std_version := -std=gnu++14
ifdef LOCAL_SDK_VERSION
# The NDK handles this itself.