Skip to content

Commit

Permalink
Add Dynamic API to Android makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 8, 2014
1 parent afd0f32 commit e9be2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Android.mk
Expand Up @@ -24,6 +24,7 @@ LOCAL_SRC_FILES := \
$(LOCAL_PATH)/src/atomic/SDL_spinlock.c.arm \
$(wildcard $(LOCAL_PATH)/src/core/android/*.c) \
$(wildcard $(LOCAL_PATH)/src/cpuinfo/*.c) \
$(wildcard $(LOCAL_PATH)/src/dynapi/*.c) \
$(wildcard $(LOCAL_PATH)/src/events/*.c) \
$(wildcard $(LOCAL_PATH)/src/file/*.c) \
$(wildcard $(LOCAL_PATH)/src/haptic/*.c) \
Expand Down

0 comments on commit e9be2d0

Please sign in to comment.