diff options
author | Suman Mukherjee <sumam@codeaurora.org> | 2017-07-06 16:01:18 +0530 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 02:09:48 +0100 |
commit | 2bfb61bf2a3a92d9fccdcc0d8bd65c6a9e8cbe8b (patch) | |
tree | d36235ed0bca15fcb89d5cf1defc5be7288653e9 /camera/mm-image-codec | |
parent | 89d7a112547f55292e1dd99c61c022ff6669cd0a (diff) |
msm8996-common: camera: Added LOCAL_VENDOR_MODULE to set output path of the binaries
Replaced LOCAL_PROPRIETARY_MODULE with LOCAL_VENDOR_MODULE to set the
output vendor path for hal binaries and libraries
Change-Id: Ib04d80eabc0e17f3863e956db5f2378e426c0687
Diffstat (limited to 'camera/mm-image-codec')
-rw-r--r-- | camera/mm-image-codec/qomx_core/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/mm-image-codec/qomx_core/Android.mk b/camera/mm-image-codec/qomx_core/Android.mk index c4edfc4..9f46202 100644 --- a/camera/mm-image-codec/qomx_core/Android.mk +++ b/camera/mm-image-codec/qomx_core/Android.mk @@ -20,6 +20,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_32_BIT_ONLY := true |