Kaydet (Commit) 17da9898 authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Miklos Vajna

android: Even --enable-debug needs org.libreoffice for debugging.

Change-Id: If6fb1eb2e8dbcf885b27d10202295e8c11177d49
üst e27387a3
......@@ -12338,7 +12338,7 @@ if echo "$host_os" | grep -q linux-android ; then
ANDROID_PACKAGE_NAME=
AC_MSG_CHECKING([for Android package name])
if test -z "$with_android_package_name" -o "$with_android_package_name" = "no"; then
if test -n "$ENABLE_DBGUTIL"; then
if test -n "$ENABLE_DEBUG"; then
# Default to the package name that makes ndk-gdb happy.
ANDROID_PACKAGE_NAME="org.libreoffice"
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment