tqchen commented on a change in pull request #8719:
URL: https://github.com/apache/tvm/pull/8719#discussion_r686842102



##########
File path: apps/android_rpc/app/src/main/jni/Android.mk
##########
@@ -38,7 +38,8 @@ LOCAL_LDFLAGS := -L$(SYSROOT)/usr/lib/ -llog
 
 LOCAL_C_INCLUDES := $(ROOT_PATH)/include \
                     $(ROOT_PATH)/3rdparty/dlpack/include \
-                    $(ROOT_PATH)/3rdparty/dmlc-core/include
+                    $(ROOT_PATH)/3rdparty/dmlc-core/include \
+                    $(ROOT_PATH)/3rdparty/compiler-rt

Review comment:
       I meant that 3rdparty/compiler-rt does not need to be part of include 
path, because we suppose to include the files in it via relative ones, e.g.  
https://github.com/apache/tvm/blob/main/src/runtime/contrib/random/mt_random_engine.cc#L32




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to