diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-10-13 10:19:25 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-10-13 10:21:36 +0200 |
commit | 02119a79c176f08aebd7a3068e5fa05eaded1f7a (patch) | |
tree | c1ed001bc5be1a499c7441994c31aa7e9ad4d38a /android | |
parent | 1c8695ecf65174298ebd9edb5b0289db07af98ca (diff) |
android: When debugging, the installLocation must be "internalOnly".
Otherwise the gdbserver ends up with
run-as: exec failed for /data/data/org.libreoffice/lib/gdbserver Error:Permission denied
(you need to run ndk-gdb with --verbose to see that).
Change-Id: Iccdf0ff268c20d2fb5abc1e93404375fa51c1cf1
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LOAndroid3/AndroidManifest.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/LOAndroid3/AndroidManifest.xml.in b/android/experimental/LOAndroid3/AndroidManifest.xml.in index 989a43ce36ac..8eb4dbbd29e9 100644 --- a/android/experimental/LOAndroid3/AndroidManifest.xml.in +++ b/android/experimental/LOAndroid3/AndroidManifest.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.libreoffice" - android:installLocation="preferExternal" + @ANDROID_INSTALL_LOCATION@ android:versionCode="1" android:versionName="1.0"> |