Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add Dynamic API to Android makefile.
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
Android.mk
|
@@ -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) \ |
|
|