Rename libbinder specific variable.

Test: pass
Change-Id: I72686a0f1f549eddfee3d002b1972a2e48e4f05c
diff --git a/Static.cpp b/Static.cpp
index 03d0263..c63e503 100644
--- a/Static.cpp
+++ b/Static.cpp
@@ -76,20 +76,20 @@
 Mutex gProcessMutex;
 sp<ProcessState> gProcess;
 
-class LibBinderIPCtStatics
+class LibHwbinderIPCtStatics
 {
 public:
-    LibBinderIPCtStatics()
+    LibHwbinderIPCtStatics()
     {
     }
     
-    ~LibBinderIPCtStatics()
+    ~LibHwbinderIPCtStatics()
     {
         IPCThreadState::shutdown();
     }
 };
 
-static LibBinderIPCtStatics gIPCStatics;
+static LibHwbinderIPCtStatics gIPCStatics;
 
 }   // namespace hardware
 }   // namespace android