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/TextOutput.cpp b/TextOutput.cpp
index 2ed5188..6fc369d 100644
--- a/TextOutput.cpp
+++ b/TextOutput.cpp
@@ -14,9 +14,9 @@
* limitations under the License.
*/
-#include <binder/TextOutput.h>
+#include <hwbinder/TextOutput.h>
-#include <binder/Debug.h>
+#include <hwbinder/Debug.h>
#include <utils/String8.h>
#include <utils/String16.h>