Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / panfrost / Android.shared.mk
index e1dd3babfe6682c0863b6b82ebc7054369978faa..81024607eebc6c2125c00a90274d70019f79137d 100644 (file)
 include $(CLEAR_VARS)
 
 LOCAL_SRC_FILES := \
-       $(shared_SOURCES)
+       $(shared_FILES)
 
 LOCAL_C_INCLUDES := \
+       $(MESA_TOP)/src/gallium/auxiliary/ \
+       $(MESA_TOP)/src/gallium/include/
 
 LOCAL_STATIC_LIBRARIES := \
 
@@ -39,5 +41,8 @@ LOCAL_MODULE := libpanfrost_shared
 
 LOCAL_GENERATED_SOURCES := \
 
+LOCAL_EXPORT_C_INCLUDE_DIRS := \
+       $(MESA_TOP)/src/panfrost/shared/ \
+
 include $(MESA_COMMON_MK)
 include $(BUILD_STATIC_LIBRARY)