am 99f8c5ee: Merge "Fix location of gdbserver upon installation" into gingerbread
Merge commit '99f8c5ee621d78a24583a10e459ba40aab511a17' into gingerbread-plus-aosp * commit '99f8c5ee621d78a24583a10e459ba40aab511a17': Fix location of gdbserver upon installation
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