Make libhwbinder build.
- Moved Android.mk to root
- Changed module name to libhwbinder
- Updated all references to include/binder to include/hwbinder
- Removed services that we know will certainly not exist in hwbinder:
* AppOps
* BatteryStats
* MediaResourceMonitor
* ProcessInfoService
* PermissionCache
- Removed tests (we'll have new ones).
Change-Id: Ie8cc7d3a36032ad42c02b46655f0e015033d232c
diff --git a/Static.cpp b/Static.cpp
index f0613d1..ef0251c 100644
--- a/Static.cpp
+++ b/Static.cpp
@@ -19,8 +19,8 @@
#include <private/binder/Static.h>
-#include <binder/BufferedTextOutput.h>
-#include <binder/IPCThreadState.h>
+#include <hwbinder/BufferedTextOutput.h>
+#include <hwbinder/IPCThreadState.h>
#include <utils/Log.h>
namespace android {