summaryrefslogtreecommitdiff
path: root/platform/android/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-05 18:44:18 +0100
committerGitHub <noreply@github.com>2020-03-05 18:44:18 +0100
commit60ea8aea98e76fd4514c65ca1ebd7f015283e991 (patch)
tree87b0db49601f26c4facd2aa0bfe6655b7999f34c /platform/android/SCsub
parent42595085a5a22f3b5399844d06e89631c42e8981 (diff)
parentc090caa58be3d35f4624ec78ea75f1a837cd28bd (diff)
Merge pull request #36603 from m4gr3d/implement_vk_surface_view
Provide a Vulkan surface view base implementation
Diffstat (limited to 'platform/android/SCsub')
-rw-r--r--platform/android/SCsub3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub
index 9db41a315f..07aca6dbf7 100644
--- a/platform/android/SCsub
+++ b/platform/android/SCsub
@@ -19,7 +19,8 @@ android_files = [
'java_godot_wrapper.cpp',
'java_godot_io_wrapper.cpp',
'jni_utils.cpp',
- 'android_keys_utils.cpp'
+ 'android_keys_utils.cpp',
+ 'vulkan/vk_renderer_jni.cpp'
]
env_android = env.Clone()