Merge "Fix location of gdbserver upon installation" into gingerbread

This commit is contained in:
Kenny Root
2010-09-30 14:27:15 -07:00
committed by Android (Google) Code Review

View File

@@ -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;