diff options
author | davidevinavil <davidevinavil@gmail.com> | 2018-01-13 15:11:11 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-19 14:08:50 +0100 |
commit | cc4ccf34871da343111bf68d16ba4e4c67cac1dc (patch) | |
tree | 2b5b34eb29bf65eb11d7389492fc2e399107e3e9 /camera/Android.mk | |
parent | c78e9c34620ba1f689d8f2bc16757f6ace8f6ca7 (diff) |
msm8996-common: camera: Drop wrapper
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'camera/Android.mk')
-rw-r--r-- | camera/Android.mk | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/camera/Android.mk b/camera/Android.mk deleted file mode 100644 index 4b3731e..0000000 --- a/camera/Android.mk +++ /dev/null @@ -1,34 +0,0 @@ -LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_SRC_FILES := \ - CameraWrapper.cpp \ - Camera3Wrapper.cpp - -LOCAL_STATIC_LIBRARIES := \ - libbase \ - libarect - -LOCAL_SHARED_LIBRARIES := \ - 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/core/base/include \ - system/media/camera/include \ - frameworks/native/libs/nativebase/include - -LOCAL_32_BIT_ONLY := true -#LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw -LOCAL_MODULE_RELATIVE_PATH := hw - -LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM) -LOCAL_MODULE_TAGS := optional - -include $(BUILD_SHARED_LIBRARY) |