X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fpanfrost%2FAndroid.pandecode.mk;h=6ddb914875b86cac349499aba41880b6e14f7db2;hp=76c5ce9a763980d05bee4df69eceb1c875e8b3ff;hb=de352f58c3817ed5b399d211a1b2603510716e85;hpb=6e70508151823ce63e0976b4fa56e4d847a3c9b8;ds=sidebyside diff --git a/src/panfrost/Android.pandecode.mk b/src/panfrost/Android.pandecode.mk index 76c5ce9a763..6ddb914875b 100644 --- a/src/panfrost/Android.pandecode.mk +++ b/src/panfrost/Android.pandecode.mk @@ -29,11 +29,11 @@ LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/gallium/auxiliary/ \ $(MESA_TOP)/src/gallium/include/ \ $(MESA_TOP)/src/panfrost/include/ \ - $(MESA_TOP)/src/panfrost/encoder/ \ + $(MESA_TOP)/src/panfrost/lib/ \ $(MESA_TOP)/src/panfrost/pandecode/ LOCAL_STATIC_LIBRARIES := \ - libpanfrost_encoder + libpanfrost_lib LOCAL_GENERATED_SOURCES := \ @@ -41,4 +41,4 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \ $(MESA_TOP)/src/panfrost/pandecode/ \ include $(MESA_COMMON_MK) -include $(BUILD_STATIC_LIBRARY) \ No newline at end of file +include $(BUILD_STATIC_LIBRARY)