Skip to content

Commit

Permalink
ido: camera: Upgrade library dependencies for O
Browse files Browse the repository at this point in the history
Change-Id: If04e62bbf0905534c03438f95458f0d6c5045ae2
Signed-off-by: Adrian DC <[email protected]>
  • Loading branch information
AdrianDC authored and Anik1199 committed Feb 4, 2018
1 parent d579439 commit 9303e49
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion camera/QCamera2/HAL/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ endif

LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../stack/common \
frameworks/native/include \
frameworks/native/include/media/openmax \
$(call project-path-for,qcom-display)/libgralloc \
$(call project-path-for,qcom-display)/libqdutils \
Expand Down Expand Up @@ -64,8 +65,10 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/tsMakeuplib/include
endif
LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr

LOCAL_SHARED_LIBRARIES := libcamera_client liblog libhardware libutils libcutils libdl libgui
LOCAL_SHARED_LIBRARIES := libcamera_client liblog libhardware libutils libcutils libdl libgui liblog
LOCAL_SHARED_LIBRARIES += libmmcamera_interface libmmjpeg_interface libqdMetaData
LOCAL_SHARED_LIBRARIES += libhidltransport libsensor [email protected] [email protected]
LOCAL_STATIC_LIBRARIES := libarect
ifeq ($(TARGET_TS_MAKEUP),true)
LOCAL_SHARED_LIBRARIES += libts_face_beautify_hal libts_detected_face_hal
endif
Expand Down
2 changes: 1 addition & 1 deletion camera/QCamera2/HAL/QCamera2Factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <stdlib.h>
#include <utils/Errors.h>
#include <hardware/camera.h>
#include <gui/SensorManager.h>
#include <sensor/SensorManager.h>

#include "QCamera2Factory.h"

Expand Down
1 change: 1 addition & 0 deletions camera/QCamera2/HAL/test/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ LOCAL_SHARED_LIBRARIES:= \
libskia \
libstagefright \
libstagefright_foundation \
liblog \

ifneq ($(call is-platform-sdk-version-at-least,18),true)

Expand Down
4 changes: 2 additions & 2 deletions camera/QCamera2/stack/mm-camera-test/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ endif
LOCAL_CFLAGS += -Wall -Wextra -Werror

LOCAL_SHARED_LIBRARIES:= \
libcutils libdl libmmcamera_interface
libcutils libdl libmmcamera_interface liblog

LOCAL_MODULE_TAGS := optional

Expand Down Expand Up @@ -198,7 +198,7 @@ endif
LOCAL_CFLAGS += -Wall -Wextra -Werror

LOCAL_SHARED_LIBRARIES:= \
libcutils libdl libmmcamera_interface
libcutils libdl libmmcamera_interface liblog

LOCAL_MODULE_TAGS := optional

Expand Down
4 changes: 2 additions & 2 deletions camera/QCamera2/stack/mm-jpeg-interface/test/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LOCAL_SRC_FILES := mm_jpeg_test.c
LOCAL_MODULE := mm-jpeg-interface-test
LOCAL_32_BIT_ONLY := true
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libcutils libdl libmmjpeg_interface
LOCAL_SHARED_LIBRARIES := libcutils libdl libmmjpeg_interface liblog

include $(BUILD_EXECUTABLE)

Expand Down Expand Up @@ -81,7 +81,7 @@ LOCAL_SRC_FILES := mm_jpegdec_test.c
LOCAL_MODULE := mm-jpegdec-interface-test
LOCAL_32_BIT_ONLY := true
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libcutils libdl libmmjpeg_interface
LOCAL_SHARED_LIBRARIES := libcutils libdl libmmjpeg_interface liblog

include $(BUILD_EXECUTABLE)

Expand Down
2 changes: 1 addition & 1 deletion camera/mm-image-codec/qomx_core/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ LOCAL_SRC_FILES := qomx_core.c
LOCAL_MODULE := libqomx_core
LOCAL_32_BIT_ONLY := true
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libcutils libdl
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl

include $(BUILD_SHARED_LIBRARY)

0 comments on commit 9303e49

Please sign in to comment.