From 1c2700e55dc3b045bc09b539705b5c8b43fe0f38 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Fri, 19 Mar 2021 10:07:12 +0100 Subject: android: Update obj path in README ... according to the changes done in commit 0dffc65236fbacf98047d6dbfc82b4efe7dd959b Date: Fri Jun 5 08:59:26 2020 -0400 android: fix the build output directory When compiling in a different build output directory, the "liblo-native-code.so" file is created in the source directory and it fails compiling the "online" project Change-Id: I886231034bbe3937748d9b5ef56239aea3cf7b8c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112702 Tested-by: Jenkins Reviewed-by: Michael Weghorn (cherry picked from commit b0d1ad82e33868683edd7a1e50f516f38d0634b0) --- android/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/README b/android/README index 2e2fe5a434e8..e7e5c03faaf4 100644 --- a/android/README +++ b/android/README @@ -241,7 +241,7 @@ Using lldb from within Android Studio is more comfortable though and works like - make sure you select the right build variant (strippedUIDebug is what you want) - use Run|Edit Configurations to create a new configuration of type "Android Native" - on tab "General" pick module "source" - - on tab "Native Debugger" add android/source/obj/local/ to + - on tab "Native Debugger" add android/obj/local/ to the Symbol directories - on the LLDB startup commands tab add "command script import /path/to/solenv/lldb/libreoffice/LO.py" -- cgit