universal7870: shims: update libstagefright_shim

This commit is contained in:
Astrako 2020-01-23 21:37:24 +01:00 committed by Alejandro
parent a7d26c85a9
commit b015e78313
2 changed files with 3 additions and 6 deletions

View file

@ -21,26 +21,22 @@ LOCAL_SRC_FILES := CameraSource.cpp
LOCAL_C_INCLUDES := \
$(TOP)/frameworks/av/include \
$(TOP)/frameworks/av/media/ndk/include \
$(TOP)/frameworks/native/include \
$(TOP)/frameworks/native/include/gui \
$(TOP)/frameworks/native/include/media/hardware \
$(TOP)/frameworks/native/include/media/openmax \
$(TOP)/frameworks/native/libs/arect/include \
$(TOP)/frameworks/native/libs/nativebase/include \
$(TOP)/frameworks/native/libs/nativewindow/include \
$(TOP)/frameworks/native/opengl/include \
$(TOP)/hardware/libhardware/include \
$(TOP)/hardware/interfaces/graphics/bufferqueue/2.0
LOCAL_SHARED_LIBRARIES := \
android.hardware.graphics.bufferqueue@1.0 \
android.hardware.graphics.bufferqueue@2.0 \
android.hidl.token@1.0-utils \
libbase \
libcamera_client \
liblog
LOCAL_MODULE := libstagefright_shim
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)

View file

@ -19,6 +19,7 @@
#include <utils/Log.h>
#include <OMX_Component.h>
#include <camera/Camera.h>
#include <camera/CameraParameters.h>
#include <media/stagefright/CameraSource.h>