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

Commit aff30c9b authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 99f8c5ee: Merge "Fix location of gdbserver upon installation" into gingerbread

Merge commit '99f8c5ee' into gingerbread-plus-aosp

* commit '99f8c5ee':
  Fix location of gdbserver upon installation
parents 53b07027 99f8c5ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -180,7 +180,7 @@ public class NativeLibraryHelper {
                Log.d(TAG, "Found gdbserver: " + entry.getName());
                Log.d(TAG, "Found gdbserver: " + entry.getName());
            }
            }


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


            return PACKAGE_INSTALL_NATIVE_FOUND_LIBRARIES;
            return PACKAGE_INSTALL_NATIVE_FOUND_LIBRARIES;