Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eworks_av into local
  • Loading branch information
Schischu committed Jul 25, 2015
2 parents 92fb9d3 + 289d8a8 commit 6ebfe85
Show file tree
Hide file tree
Showing 46 changed files with 1,839 additions and 24 deletions.
5 changes: 5 additions & 0 deletions camera/Android.mk
Expand Up @@ -23,6 +23,11 @@ LOCAL_SRC_FILES:= \
ProCamera.cpp \
CameraBase.cpp \

ifeq ($(BOARD_HAS_MTK_HARDWARE),true)
LOCAL_SRC_FILES+= \
MtkCameraParameters.cpp
endif

LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
Expand Down
2 changes: 1 addition & 1 deletion camera/CameraParameters.cpp
Expand Up @@ -21,7 +21,7 @@
#include <string.h>
#include <stdlib.h>
#include <camera/CameraParameters.h>
#include <camera/CameraParametersExtra.h>
#include "camera/CameraParametersExtra.h"

namespace android {
// Parameter keys to communicate between camera application and driver.
Expand Down
330 changes: 330 additions & 0 deletions camera/MtkCameraParameters.cpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/camera/CameraParameters.h
Expand Up @@ -19,7 +19,7 @@

#include <utils/KeyedVector.h>
#include <utils/String8.h>
#include <camera/CameraParametersExtra.h>
#include "camera/CameraParametersExtra.h"

namespace android {

Expand Down

0 comments on commit 6ebfe85

Please sign in to comment.