mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-04 23:47:47 -04:00
universal7870: shims: update libstagefright_shim
This commit is contained in:
parent
a7d26c85a9
commit
b015e78313
2 changed files with 3 additions and 6 deletions
|
@ -21,26 +21,22 @@ LOCAL_SRC_FILES := CameraSource.cpp
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
$(TOP)/frameworks/av/include \
|
$(TOP)/frameworks/av/include \
|
||||||
$(TOP)/frameworks/av/media/ndk/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/hardware \
|
||||||
$(TOP)/frameworks/native/include/media/openmax \
|
$(TOP)/frameworks/native/include/media/openmax \
|
||||||
$(TOP)/frameworks/native/libs/arect/include \
|
$(TOP)/frameworks/native/libs/arect/include \
|
||||||
$(TOP)/frameworks/native/libs/nativebase/include \
|
$(TOP)/frameworks/native/libs/nativebase/include \
|
||||||
$(TOP)/frameworks/native/libs/nativewindow/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 := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
android.hardware.graphics.bufferqueue@1.0 \
|
android.hardware.graphics.bufferqueue@1.0 \
|
||||||
|
android.hardware.graphics.bufferqueue@2.0 \
|
||||||
android.hidl.token@1.0-utils \
|
android.hidl.token@1.0-utils \
|
||||||
libbase \
|
libbase \
|
||||||
|
libcamera_client \
|
||||||
liblog
|
liblog
|
||||||
|
|
||||||
LOCAL_MODULE := libstagefright_shim
|
LOCAL_MODULE := libstagefright_shim
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
LOCAL_VENDOR_MODULE := true
|
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include <utils/Log.h>
|
#include <utils/Log.h>
|
||||||
|
|
||||||
#include <OMX_Component.h>
|
#include <OMX_Component.h>
|
||||||
|
#include <camera/Camera.h>
|
||||||
#include <camera/CameraParameters.h>
|
#include <camera/CameraParameters.h>
|
||||||
#include <media/stagefright/CameraSource.h>
|
#include <media/stagefright/CameraSource.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue