0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-16 19:15:10 +00:00

android: include system.c in the build

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-05 23:47:33 +01:00
parent 544d2f2a86
commit 11a7c1ed22

View file

@ -14,7 +14,9 @@ LOCAL_SRC_FILES := \
$(UXN_DIR)/src/devices/file.c \
$(UXN_DIR)/src/devices/mouse.c \
$(UXN_DIR)/src/devices/screen.c \
$(UXN_DIR)/src/devices/screen_aarch64.c
$(UXN_DIR)/src/devices/screen_aarch64.c \
$(UXN_DIR)/src/devices/system.c \
LOCAL_SHARED_LIBRARIES := SDL2
LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -llog