Skip to content

libvlc: gdb: fix script

Thomas Guillem requested to merge tguillem/vlc-android:gdb-fix into master
  • Fix the ANDROID_MANIFEST path (app/build instead of vlc-android/build).
  • Remove useless copies (libs folder, Android.mk, whole obj/local/*/ when only the so are needed)
  • Configure it only for the arch of the last built APK. This fixes armv7 builds that could not be debugged on armv8 arches.

Merge request reports