From 5f5ed49477e4dc100e699e932d3f7db2186fb1c2 Mon Sep 17 00:00:00 2001 From: Suman Mukherjee Date: Fri, 21 Apr 2017 12:03:10 +0530 Subject: msm8996-common: QCamera2: Fixed compilation error for AOSP upgrade Fixed compilation error for O Change-Id: I119310169015f5713ff78df090935777a8350795 Signed-off-by: Davide Garberi --- camera/mm-image-codec/qomx_core/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camera/mm-image-codec') diff --git a/camera/mm-image-codec/qomx_core/Android.mk b/camera/mm-image-codec/qomx_core/Android.mk index fa7242b..c4edfc4 100644 --- a/camera/mm-image-codec/qomx_core/Android.mk +++ b/camera/mm-image-codec/qomx_core/Android.mk @@ -20,7 +20,7 @@ LOCAL_SRC_FILES := qomx_core.c LOCAL_MODULE := libqomx_core LOCAL_PRELINK_MODULE := false -LOCAL_SHARED_LIBRARIES := libcutils libdl +LOCAL_SHARED_LIBRARIES := libcutils libdl liblog LOCAL_32_BIT_ONLY := true include $(BUILD_SHARED_LIBRARY) -- cgit v1.2.3