Skip to content

Commit

Permalink
Android.mk: allow to compile with storage functions
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Sep 5, 2024
1 parent 249a74e commit 21eb8ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ LOCAL_SRC_FILES := \
$(wildcard $(LOCAL_PATH)/src/render/*.c) \
$(wildcard $(LOCAL_PATH)/src/render/*/*.c) \
$(wildcard $(LOCAL_PATH)/src/stdlib/*.c) \
$(wildcard $(LOCAL_PATH)/src/storage/*.c) \
$(wildcard $(LOCAL_PATH)/src/storage/generic/*.c) \
$(wildcard $(LOCAL_PATH)/src/thread/*.c) \
$(wildcard $(LOCAL_PATH)/src/thread/pthread/*.c) \
$(wildcard $(LOCAL_PATH)/src/time/*.c) \
Expand Down

0 comments on commit 21eb8ff

Please sign in to comment.