summaryrefslogtreecommitdiff
path: root/libcopybit
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2018-03-06 20:41:14 -0500
committerNaseer Ahmed <naseer@codeaurora.org>2018-03-06 20:41:14 -0500
commit04a804a8f1e96b97ea33823bfb6a1f6ac875499b (patch)
treeefe601ba0110e1ed39b225a371e9a61778761005 /libcopybit
parentc4fdf73cfbf86aebc7f39c3d811a4b46aaa80e1d (diff)
downloaddisplay-04a804a8f1e96b97ea33823bfb6a1f6ac875499b.tar.gz
display: Use log.h from VNDK
Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
Diffstat (limited to 'libcopybit')
-rw-r--r--libcopybit/copybit.cpp2
-rw-r--r--libcopybit/copybit_c2d.cpp2
-rw-r--r--libcopybit/software_converter.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/libcopybit/copybit.cpp b/libcopybit/copybit.cpp
index 80b3cfe6..bd49edc2 100644
--- a/libcopybit/copybit.cpp
+++ b/libcopybit/copybit.cpp
@@ -18,7 +18,7 @@
* limitations under the License.
*/
-#include <cutils/log.h>
+#include <log/log.h>
#include <linux/msm_mdp.h>
#include <linux/fb.h>
diff --git a/libcopybit/copybit_c2d.cpp b/libcopybit/copybit_c2d.cpp
index 240ba26c..63c13790 100644
--- a/libcopybit/copybit_c2d.cpp
+++ b/libcopybit/copybit_c2d.cpp
@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <cutils/log.h>
+#include <log/log.h>
#include <sys/resource.h>
#include <sys/prctl.h>
diff --git a/libcopybit/software_converter.cpp b/libcopybit/software_converter.cpp
index e5c03b57..1aa3ce60 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"