SDL_image: Fixed Android compilation

From 179ce6e4d53b0566dc881e908dc32c7d5965cf2c Mon Sep 17 00:00:00 2001
From: Sergii Pylypenko <[EMAIL REDACTED]>
Date: Wed, 5 Jan 2022 00:59:04 +0200
Subject: [PATCH] Fixed Android compilation

---
 Android.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Android.mk b/Android.mk
index 840b870..21a0e2d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -49,6 +49,7 @@ LOCAL_SRC_FILES :=  \
     IMG_pcx.c       \
     IMG_png.c       \
     IMG_pnm.c       \
+    IMG_qoi.c       \
     IMG_svg.c       \
     IMG_tga.c       \
     IMG_tif.c       \