X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fpanfrost%2FAndroid.shared.mk;h=81024607eebc6c2125c00a90274d70019f79137d;hp=e1dd3babfe6682c0863b6b82ebc7054369978faa;hb=HEAD;hpb=413242277a2653d12d5ea8d8acba533530281fd6;ds=sidebyside diff --git a/src/panfrost/Android.shared.mk b/src/panfrost/Android.shared.mk index e1dd3babfe6..81024607eeb 100644 --- a/src/panfrost/Android.shared.mk +++ b/src/panfrost/Android.shared.mk @@ -29,9 +29,11 @@ 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)