Merge "libhwbinder: use sysconf(_SC_PAGESIZE) to get pagesize"
diff --git a/Android.bp b/Android.bp
index c893507..c351493 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,8 +25,9 @@
         "libutils",
     ],
     export_include_dirs: ["include"],
-    local_include_dirs: ["include"],
+    include_dirs: ["frameworks/native/include"],
 
+    vendor_available: true,
     clang: true,
     sanitize: {
         misc_undefined: ["integer"],
diff --git a/IPCThreadState.cpp b/IPCThreadState.cpp
index 83e2dd8..c3ce7d3 100644
--- a/IPCThreadState.cpp
+++ b/IPCThreadState.cpp
@@ -23,7 +23,6 @@
 #include <hwbinder/TextOutput.h>
 #include <hwbinder/binder_kernel.h>
 
-#include <cutils/sched_policy.h>
 #include <utils/Log.h>
 #include <utils/SystemClock.h>
 #include <utils/threads.h>