Skip to content

Commit

Permalink
Fix build with Android
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Oct 6, 2023
1 parent 9f80b5c commit 52daa40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/buildAndroidBOINC-CI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ vcpkgDir()
echo $vcpkg_dir
}

list_apps_name="boinc_gahp uc2 ucn multi_thread sleeper worker wrapper wrappture_example fermi"
list_apps_name="boinc_gahp uc2 ucn multi_thread sleeper sporadic worker wrapper wrappture_example fermi"

NeonTest()
{
Expand Down Expand Up @@ -327,6 +327,7 @@ RenameAllApps()
../samples/example_app/ ucn
../samples/multi_thread/ multi_thread
../samples/sleeper/ sleeper
../samples/sporadic/ sporadic
../samples/worker/ worker
../samples/wrapper/ wrapper
../samples/wrappture/ wrappture_example
Expand Down

0 comments on commit 52daa40

Please sign in to comment.