android: panfrost: Rename encoder/ to lib/
[mesa.git] / src / panfrost / Android.pandecode.mk
index 76c5ce9a763980d05bee4df69eceb1c875e8b3ff..6ddb914875b86cac349499aba41880b6e14f7db2 100644 (file)
@@ -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/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 := \
        $(MESA_TOP)/src/panfrost/pandecode/
 
 LOCAL_STATIC_LIBRARIES := \
-       libpanfrost_encoder
+       libpanfrost_lib
 
 LOCAL_GENERATED_SOURCES := \
 
 
 LOCAL_GENERATED_SOURCES := \
 
@@ -41,4 +41,4 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \
        $(MESA_TOP)/src/panfrost/pandecode/ \
 
 include $(MESA_COMMON_MK)
        $(MESA_TOP)/src/panfrost/pandecode/ \
 
 include $(MESA_COMMON_MK)
-include $(BUILD_STATIC_LIBRARY)
\ No newline at end of file
+include $(BUILD_STATIC_LIBRARY)