OSDN Git Service

Merge "Remove duplicate."
[android-x86/external-llvm.git] / llvm-device-build.mk
index 107762a..823209d 100644 (file)
@@ -58,7 +58,6 @@ LOCAL_CPPFLAGS :=     \
 # Make sure bionic is first so we can include system headers.
 LOCAL_C_INCLUDES :=    \
        bionic \
-       external/libcxx/include \
        $(LLVM_ROOT_PATH)       \
        $(LLVM_ROOT_PATH)/include       \
        $(LLVM_ROOT_PATH)/device/include        \
@@ -70,7 +69,7 @@ LOCAL_C_INCLUDES :=   \
 define transform-device-td-to-out
 @mkdir -p $(dir $@)
 @echo "Device TableGen (gen-$(1)): $(TBLGEN_LOCAL_MODULE) <= $<"
-$(hide) $(TBLGEN) \
+$(hide) $(LLVM_TBLGEN) \
        -I $(dir $<)    \
        -I $(LLVM_ROOT_PATH)/include    \
        -I $(LLVM_ROOT_PATH)/device/include     \