libbinder: don't export Static.h
This was being exported by the build system, but it shouldn't be used
anywhere.
Bug: N/A
Test: N/A
Change-Id: Id10772ec3e0ebf39ddf83f0f7981552c3f2e528d
diff --git a/libs/binder/Static.cpp b/libs/binder/Static.cpp
index 8625c6f..a6fd8c4 100644
--- a/libs/binder/Static.cpp
+++ b/libs/binder/Static.cpp
@@ -17,7 +17,7 @@
// All static variables go here, to control initialization and
// destruction order in the library.
-#include <private/binder/Static.h>
+#include "Static.h"
#include <binder/BufferedTextOutput.h>
#include <binder/IPCThreadState.h>