diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-11-25 15:01:44 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-12-14 18:10:36 +0100 |
commit | 04c917899f1bfba7fbae8f20b602f726f43102d6 (patch) | |
tree | 13c8ae61d68feed41e6f04522b0399120d3bf3c8 /platform/android/SCsub | |
parent | fafda80a4b7c3c588ae0e0937f2d7982e39b2d74 (diff) |
Add Android NetSocket implementation.
Automatically acquire and release multicast lock when needed.
Diffstat (limited to 'platform/android/SCsub')
-rw-r--r-- | platform/android/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub index 65172a12c0..3ff5b8278a 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -12,6 +12,7 @@ android_files = [ 'file_access_jandroid.cpp', 'dir_access_jandroid.cpp', 'thread_jandroid.cpp', + 'net_socket_android.cpp', 'audio_driver_jandroid.cpp', 'java_godot_lib_jni.cpp', 'java_class_wrapper.cpp', |