summaryrefslogtreecommitdiff
path: root/Debug.cpp
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2016-05-04 14:17:02 +0200
committerMartijn Coenen <maco@google.com>2016-05-04 15:18:10 +0200
commit4080edcfb5810a4a1817c03740f5f1bb19815ae1 (patch)
tree89c77476f09eeee3bf70924dfb1174d2cd07956e /Debug.cpp
parent895e117846a66c47c78a17c691e41d4b5af6f028 (diff)
downloadlibhwbinder-4080edcfb5810a4a1817c03740f5f1bb19815ae1.tar.gz
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
Diffstat (limited to 'Debug.cpp')
-rw-r--r--Debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debug.cpp b/Debug.cpp
index a8f2da5..3c20c67 100644
--- a/Debug.cpp
+++ b/Debug.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <binder/Debug.h>
+#include <hwbinder/Debug.h>
#include <utils/misc.h>