summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2023-02-28 06:34:50 -0500
committerAshod Nakashian <Ashod@users.noreply.github.com>2024-02-24 14:09:22 -0500
commit7570dd299c1a107b6f8137c6f191ed2c016bd303 (patch)
treee698f6d4122483dcd20f66a8b722a37ebad1fc58 /android
parentFix zoom button click in cypress tests (part 2) (diff)
downloadonline-7570dd299c1a107b6f8137c6f191ed2c016bd303.tar.gz
online-7570dd299c1a107b6f8137c6f191ed2c016bd303.zip
wsd: use RequestVettingStation for async loading
This replaces the synchronous loading logic with the new asynchronous one. Change-Id: I20fd7903cffbbd7c524d8051295113439ef75d5b Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
Diffstat (limited to 'android')
-rw-r--r--android/lib/src/main/cpp/CMakeLists.txt.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/lib/src/main/cpp/CMakeLists.txt.in b/android/lib/src/main/cpp/CMakeLists.txt.in
index ee57d5c6d8..12529d4109 100644
--- a/android/lib/src/main/cpp/CMakeLists.txt.in
+++ b/android/lib/src/main/cpp/CMakeLists.txt.in
@@ -28,6 +28,7 @@ add_library(androidapp SHARED
../../../../../wsd/COOLWSD.cpp
../../../../../wsd/ClientRequestDispatcher.cpp
../../../../../wsd/RequestDetails.cpp
+ ../../../../../wsd/RequestVettingStation.cpp
../../../../../wsd/Storage.cpp
../../../../../wsd/TileCache.cpp
../../../../../wsd/coolwsd-fork.cpp)