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:
parent
544d2f2a86
commit
11a7c1ed22
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue