Fix location of gdbserver upon installation
Change-Id: Ie97f10456e5639e008abf4792a01b966b97721e7
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user