diff options
Diffstat (limited to 'llvm-device-build.mk')
-rw-r--r-- | llvm-device-build.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm-device-build.mk b/llvm-device-build.mk index 5d863f5..823209d 100644 --- a/llvm-device-build.mk +++ b/llvm-device-build.mk @@ -58,14 +58,11 @@ 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 \ $(LOCAL_C_INCLUDES) -include external/libcxx/libcxx.mk - ########################################################### ## Commands for running tblgen to compile a td file ########################################################### |