blob: d68b8356d9afd86a7a8c9da57f1b0c97e77b90dc [file] [log] [blame]
#
# Clang config
#
# Environment Checks ##########################################################
ifeq ($(ANDROID_BUILD_TOP),)
$(error "You should supply an ANDROID_BUILD_TOP environment variable \
containing a path to the Android source tree. This is typically \
provided by initializing the Android build environment.")
endif
# Clang toolchain path ########################################################
CLANG_TOOLCHAIN_PATH=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r547379
IS_CLANG_TOOLCHAIN=true