universal7580: camera: fixup missing dependencies/includes for camera-wrapper
authorLukas Berger <mail@lukasberger.at>
Fri, 19 Jan 2018 22:00:21 +0000 (23:00 +0100)
committerJan Altensen <info@stricted.net>
Fri, 16 Aug 2019 21:18:44 +0000 (23:18 +0200)
Change-Id: Ifbbe153eeb87636134efb5f9015feb81c8fa8afc

camera/Android.mk

index b094bd6035f2c12c37ab924f2007b067172dbfa9..05b383af788c8f61d55da80c6edf1b833bfb8133 100644 (file)
@@ -5,12 +5,16 @@ LOCAL_SRC_FILES := \
     CameraWrapper.cpp \
     Camera2Wrapper.cpp
 
+LOCAL_STATIC_LIBRARIES := libbase libarect
 LOCAL_SHARED_LIBRARIES := \
-    libhardware liblog libcamera_client libutils libcutils
+    libhardware liblog libcamera_client libutils libcutils \
+    android.hidl.token@1.0-utils \
+    android.hardware.graphics.bufferqueue@1.0
 
 LOCAL_C_INCLUDES += \
     system/core/include \
-    system/media/camera/include
+    system/media/camera/include \
+    frameworks/native/libs/arect/include
 
 LOCAL_MODULE_RELATIVE_PATH := hw