android_device_samsung_msm8.../camera/Android.mk

37 lines
766 B
Makefile
Raw Permalink Normal View History

2018-05-18 17:22:52 +00:00
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
CameraWrapper.cpp
LOCAL_SHARED_LIBRARIES := \
libhardware \
libbase \
libhidltransport \
liblog \
libcamera_client \
libutils \
libcutils \
libgui \
libdl \
2018-09-16 20:47:33 +00:00
android.hidl.token@1.0-utils \
android.hardware.graphics.bufferqueue@1.0
2018-05-18 17:22:52 +00:00
LOCAL_C_INCLUDES += \
framework/native/include \
system/media/camera/include
LOCAL_STATIC_LIBRARIES := \
libarect \
libbase
2018-09-16 20:47:33 +00:00
LOCAL_HEADER_LIBRARIES := libnativebase_headers
LOCAL_MODULE_RELATIVE_PATH := hw
2018-05-18 17:22:52 +00:00
LOCAL_PROPRIETARY_MODULE := true
LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_TAGS := optional
2018-05-18 17:22:52 +00:00
include $(BUILD_SHARED_LIBRARY)
#include $(BUILD_HEAPTRACKED_SHARED_LIBRARY)