summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-07-01 07:34:03 +0200
committerGitHub <noreply@github.com>2021-07-01 07:34:03 +0200
commita374cf45106b2aa369cbcbda7e9beca737c59f8c (patch)
treed0186fd0f0f3ddedbfd053580d5e48b53b92c092 /misc
parent9ee98ff0e9a6590d00fd43718937acb5f58a43f5 (diff)
parent7a62fe467bebaef312cb515cbbec9e67828fe557 (diff)
downloadfork-godot-webrtc-native-a374cf45106b2aa369cbcbda7e9beca737c59f8c.tar.gz
fork-godot-webrtc-native-a374cf45106b2aa369cbcbda7e9beca737c59f8c.tar.bz2
fork-godot-webrtc-native-a374cf45106b2aa369cbcbda7e9beca737c59f8c.zip
Merge pull request #24 from rondao/add_android_build_support
Add build support for Android
Diffstat (limited to 'misc')
-rw-r--r--misc/gdnlib.tres4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/gdnlib.tres b/misc/gdnlib.tres
index a486a54..52a0008 100644
--- a/misc/gdnlib.tres
+++ b/misc/gdnlib.tres
@@ -9,9 +9,13 @@ entry/X11.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.64.so"
entry/X11.32 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.32.so"
entry/Server.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.64.so"
entry/Server.32 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.32.so"
+entry/Android.armeabi-v7a = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.android.{TARGET}.armv7.so"
+entry/Android.arm64-v8a = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.android.{TARGET}.arm64v8.so"
dependency/Windows.64 = [ ]
dependency/Windows.32 = [ ]
dependency/X11.64 = [ ]
dependency/X11.32 = [ ]
dependency/Server.64 = [ ]
dependency/Server.32 = [ ]
+dependency/Android.armeabi-v7a = [ ]
+dependency/Android.arm64-v8a = [ ]