Skip to content

Commit

Permalink
Update Android.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Sep 18, 2023
1 parent 4b39c18 commit db06581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ LOCAL_SRC_FILES := \
$(SOURCE_PATH)/src/core/clipper.cpp \
$(SOURCE_PATH)/src/core/device.cpp \
$(SOURCE_PATH)/src/core/graphic_path.cpp \
$(SOURCE_PATH)/src/core/matrix.cpp \
$(SOURCE_PATH)/src/gfx/gfx_device.cpp \
$(SOURCE_PATH)/src/gfx/gfx_font_adapter_freetype2.cpp \
$(SOURCE_PATH)/src/gfx/gfx_font_load_freetype2.cpp \
Expand All @@ -42,7 +43,6 @@ LOCAL_SRC_FILES := \
$(SOURCE_PATH)/src/picasso_mask_api.cpp \
$(SOURCE_PATH)/src/picasso_mask.cpp \
$(SOURCE_PATH)/src/picasso_matrix_api.cpp \
$(SOURCE_PATH)/src/picasso_matrix.cpp \
$(SOURCE_PATH)/src/picasso_painter.cpp \
$(SOURCE_PATH)/src/picasso_path.cpp \
$(SOURCE_PATH)/src/picasso_pattern.cpp \
Expand Down

0 comments on commit db06581

Please sign in to comment.