From 6dfff5d2dcdbfdd76f1171b18ec0defbdeac0945 Mon Sep 17 00:00:00 2001 From: junliang.zhou Date: Thu, 30 Oct 2014 11:17:31 +0000 Subject: fixed Android L compile error --- diff --git a/Android.mk b/Android.mk index d59d896..8bad6a1 100755 --- a/Android.mk +++ b/Android.mk @@ -18,6 +18,9 @@ endif LOCAL_C_INCLUDES += frameworks/native/include/utils \ frameworks/native/include/android \ + system/core/include/utils \ + system/core/libion/include \ + system/core/libion/kernel-headers \ $(GRALLOC_DIR) LOCAL_SHARED_LIBRARIES:= libutils liblog libui diff --git a/aml_screen.cpp b/aml_screen.cpp index 48acbd6..0ed2cec 100755 --- a/aml_screen.cpp +++ b/aml_screen.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include diff --git a/v4l2_vdin.cpp b/v4l2_vdin.cpp index fade940..ecb52ed 100755 --- a/v4l2_vdin.cpp +++ b/v4l2_vdin.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include diff --git a/v4l2_vdin.h b/v4l2_vdin.h index 04dd34f..61d9f37 100755 --- a/v4l2_vdin.h +++ b/v4l2_vdin.h @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include @@ -135,4 +135,4 @@ class vdin_screen_source { void *mUser; }; -} \ No newline at end of file +} -- cgit