clang.mk revision 200213f20fef82c10b7da00873c99b93cee6da63
1# Only use this on the device or emulator.
2ifneq ($(TARGET_ARCH),arm)
3
4ifeq ($(CLANG_ROOT_PATH),)
5$(error Must set variable CLANG_ROOT_PATH before including this! $(LOCAL_PATH))
6endif
7
8CLANG_HOST_BUILD_MK := $(CLANG_ROOT_PATH)/clang-host-build.mk
9CLANG_TBLGEN_RULES_MK := $(CLANG_ROOT_PATH)/clang-tblgen-rules.mk
10
11endif
12