[Android] buildsystem: fix location of remote access dist folder
Steve Lhomme
git at videolan.org
Tue Jun 24 09:00:30 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jun 13 09:08:26 2025 +0200| [0deead0d53b32596078e052bd405c3ea6ccba59d] | committer: Steve Lhomme
buildsystem: fix location of remote access dist folder
> https://code.videolan.org/videolan/vlc-android/commit/0deead0d53b32596078e052bd405c3ea6ccba59d
---
.gitignore | 3 ++-
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 43c80b4b8a..68a16a38b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,8 @@ medialibrary/.libs
medialibrary/prefix
# Remote access
-remoteaccess/**
+application/remote-access-client/remoteaccess/**
+application/remote-access-client/assets/**
# Android .so
/android-libs/**/*.so
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 73c26c1ed0..7d0df848cc 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -411,7 +411,7 @@ else
fi
fi
-if [ ! -d "./remoteaccess/dist" ] ; then
+if [ ! -d "./application/remote-access-client/remoteaccess/dist" ] ; then
echo "\033[1;32mWARNING: This was built without the remote access at ./remoteaccess/dist ..."
fi
More information about the Android
mailing list