Skip to content
Snippets Groups Projects
Commit c9410542 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

libvlc: gdb: fix APP_BUILD path

parent 87662b01
No related branches found
No related tags found
No related merge requests found
Pipeline #13259 passed with stage
in 20 minutes and 54 seconds
......@@ -16,7 +16,7 @@ done
rm -rf "$TMP_PATH"
mkdir -p "$TMP_PATH"
APP_BUILD="$SCRIPT_PATH/../app/build/intermediates"
APP_BUILD="$SCRIPT_PATH/../application/app/build/intermediates"
ANDROID_MANIFEST="$APP_BUILD/merged_manifests/dev/AndroidManifest.xml"
ABI=`ls "$APP_BUILD/stripped_native_libs/dev/out/lib" --sort=time | head -n 1`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment