display: Use log.h from VNDK

Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
diff --git a/libcopybit/software_converter.cpp b/libcopybit/software_converter.cpp
index e5c03b5..1aa3ce6 100644
--- a/libcopybit/software_converter.cpp
+++ b/libcopybit/software_converter.cpp
@@ -27,7 +27,7 @@
  * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <cutils/log.h>
+#include <log/log.h>
 #include <stdlib.h>
 #include <errno.h>
 #include "software_converter.h"