amd: Move all amd/common code that depends on LLVM to amd/llvm.
[mesa.git] / src / gallium / drivers / r600 / Android.mk
index 9f684cf2445ef5af150f9e6e8ef9dd072cea4b3f..19a3ba8209f3894af4dedf44285f3b744652567a 100644 (file)
@@ -30,7 +30,9 @@ include $(CLEAR_VARS)
 
 LOCAL_SRC_FILES := $(C_SOURCES) $(CXX_SOURCES)
 
-LOCAL_C_INCLUDES += $(MESA_TOP)/src/amd/common
+LOCAL_C_INCLUDES += \
+    $(MESA_TOP)/src/amd/common \
+    $(MESA_TOP)/src/amd/llvm
 
 LOCAL_SHARED_LIBRARIES := libdrm_radeon
 LOCAL_MODULE := libmesa_pipe_r600