From 45e3438b260dba2d08ad9a83ea95fa27595c8f8a Mon Sep 17 00:00:00 2001 From: Simon Shields Date: Thu, 24 Aug 2017 00:23:09 +1000 Subject: [PATCH] klte-common: camerawrapper: Add missing libs for headers Change-Id: Ifdaf82855e9ccc3b9d8e13f4124e3670b803109d --- camera/Android.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/camera/Android.mk b/camera/Android.mk index b2e88f4..72a8538 100644 --- a/camera/Android.mk +++ b/camera/Android.mk @@ -7,8 +7,11 @@ LOCAL_C_INCLUDES := \ LOCAL_SRC_FILES := \ CameraWrapper.cpp +LOCAL_STATIC_LIBRARIES := libbase libarect LOCAL_SHARED_LIBRARIES := \ - libhardware liblog libcamera_client libutils + libhardware liblog libcamera_client libutils libcutils libdl \ + android.hidl.token@1.0-utils \ + android.hardware.graphics.bufferqueue@1.0 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM)