diff options
author | Suman Mukherjee <sumam@codeaurora.org> | 2017-04-21 12:03:10 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-19 14:09:16 +0100 |
commit | 5f5ed49477e4dc100e699e932d3f7db2186fb1c2 (patch) | |
tree | 4044e9dcb282e0e4341ffaa85aa369e57968a5c9 /camera/mm-image-codec | |
parent | ea6860b04efe5f4752b84c24db0fa595223ee9bb (diff) |
msm8996-common: QCamera2: Fixed compilation error for AOSP upgrade
Fixed compilation error for O
Change-Id: I119310169015f5713ff78df090935777a8350795
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'camera/mm-image-codec')
-rw-r--r-- | camera/mm-image-codec/qomx_core/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |