diff options
author | Vijay Venkatraman <vijaykv@google.com> | 2017-06-02 16:02:20 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-12 00:33:14 +0200 |
commit | 4c0064f8bb42ceaedb9f8c024db6434c3c670c6c (patch) | |
tree | e402ceca2c6eddaf255cb66ad72d436eea2e435a /camera/mm-image-codec | |
parent | 30d18397ce87084003edcde7f2db6a7451ec9d9f (diff) |
msm8996-common: Add libutils to libqomx_core and camera modules
Bug: 33241851
Test: build target and pass CTS
Test: With BOARD_VNDK_VERSION, mma works
Change-Id: Ibb107bde19cd26675c41059a8c21d5f1f8ffa6bb
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 9f46202..35e4a4a 100644 --- a/camera/mm-image-codec/qomx_core/Android.mk +++ b/camera/mm-image-codec/qomx_core/Android.mk @@ -21,7 +21,7 @@ LOCAL_SRC_FILES := qomx_core.c LOCAL_MODULE := libqomx_core LOCAL_PRELINK_MODULE := false LOCAL_VENDOR_MODULE := true -LOCAL_SHARED_LIBRARIES := libcutils libdl liblog +LOCAL_SHARED_LIBRARIES := libcutils libdl liblog libutils LOCAL_32_BIT_ONLY := true include $(BUILD_SHARED_LIBRARY) |