s/setupGlobalOemCableCheck/setupGoogleOemSysCommands/g
Rename the library constructor to reflect its true purpose.
Change-Id: I40e43b6c658494fd08086bd371432ba5a8198277
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/main.cpp b/main.cpp
index 5804fd3..46e9feb 100644
--- a/main.cpp
+++ b/main.cpp
@@ -68,9 +68,9 @@
}
}
-void setupGlobalOemCableCheck() __attribute__((constructor));
+void setupGoogleOemSysCommands() __attribute__((constructor));
-void setupGlobalOemCableCheck()
+void setupGoogleOemSysCommands()
{
oem::Router* oemRouter = oem::mutableRouter();