From 2bfb61bf2a3a92d9fccdcc0d8bd65c6a9e8cbe8b Mon Sep 17 00:00:00 2001 From: Suman Mukherjee Date: Thu, 6 Jul 2017 16:01:18 +0530 Subject: 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 --- camera/mm-image-codec/qomx_core/Android.mk | 1 + 1 file changed, 1 insertion(+) (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 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 -- cgit v1.2.3