Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6da118e authored by Kenny Root's avatar Kenny Root
Browse files

Fix location of gdbserver upon installation

Change-Id: Ie97f10456e5639e008abf4792a01b966b97721e7
parent 20cb2310
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ public class NativeLibraryHelper {
                Log.d(TAG, "Found gdbserver: " + entry.getName());
            }

            final String installGdbServerPath = APK_LIB + GDBSERVER;
            final String installGdbServerPath = GDBSERVER;
            nativeFiles.add(Pair.create(entry, installGdbServerPath));

            return PACKAGE_INSTALL_NATIVE_FOUND_LIBRARIES;