OSDN Git Service

Netd: Drop hard-coded libnetcmdiface path, let the system auto-resolve to a proper...
authorSasha Levitskiy <sanek@google.com>
Mon, 21 Apr 2014 18:03:56 +0000 (11:03 -0700)
committerSasha Levitskiy <sanek@google.com>
Mon, 21 Apr 2014 18:05:43 +0000 (11:05 -0700)
Change-Id: I3604b0610c6aadeaaac7bd970b3d3d190111f0dd
Signed-off-by: Sasha Levitskiy <sanek@google.com>
InterfaceController.cpp

index c305be9..38822c8 100644 (file)
@@ -39,7 +39,7 @@
 
 #include "InterfaceController.h"
 
-char if_cmd_lib_file_name[] = "/system/lib/libnetcmdiface.so";
+char if_cmd_lib_file_name[] = "libnetcmdiface.so";
 char set_cmd_func_name[] = "net_iface_send_command";
 char set_cmd_init_func_name[] = "net_iface_send_command_init";
 char set_cmd_fini_func_name[] = "net_iface_send_command_fini";