aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camerawrapper/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/camerawrapper/Android.mk b/camerawrapper/Android.mk
index b9d3daf..9b4e0db 100644
--- a/camerawrapper/Android.mk
+++ b/camerawrapper/Android.mk
@@ -7,6 +7,10 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := \
libhardware liblog libcamera_client libutils
+LOCAL_C_INCLUDES += \
+ system/core/include \
+ system/media/camera/include
+
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE := camera.$(TARGET_BOOTLOADER_BOARD_NAME)
LOCAL_MODULE_TAGS := optional