Skip to content

Commit

Permalink
Switch camera wrappers and hopefully fix mms
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Dixon committed Feb 11, 2014
1 parent 03fe3e3 commit 23800be
Show file tree
Hide file tree
Showing 17 changed files with 1,209 additions and 7,783 deletions.
15 changes: 15 additions & 0 deletions camera/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
CameraWrapper.cpp

LOCAL_SHARED_LIBRARIES := \
libhardware liblog libcamera_client libutils

LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_TAGS := optional

include $(BUILD_SHARED_LIBRARY)
#include $(BUILD_HEAPTRACKED_SHARED_LIBRARY)

0 comments on commit 23800be

Please sign in to comment.