diff options
-rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
-rwxr-xr-x | camera/exynos_camera.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 70f7be2..fe4a235 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -17,7 +17,7 @@ # This variable is set first, so it can be overridden # by BoardConfigVendor.mk -include device/samsung/smdk4412-common/BoardCommonConfig.mk --include vendor/samsung/kona/BoardConfigVendor.mk +-include vendor/samsung/kona-common/BoardConfigVendor.mk LOCAL_PATH := device/samsung/kona-common diff --git a/camera/exynos_camera.c b/camera/exynos_camera.c index 048e367..89d4bf7 100755 --- a/camera/exynos_camera.c +++ b/camera/exynos_camera.c @@ -3955,7 +3955,7 @@ int exynos_camera_open(const struct hw_module_t* module, const char *camera_id, camera_device = calloc(1, sizeof(struct camera_device)); camera_device->common.tag = HARDWARE_DEVICE_TAG; - camera_device->base.common.version = CAMERA_DEVICE_API_VERSION_1_0; + camera_device->common.version = CAMERA_DEVICE_API_VERSION_1_0; camera_device->common.module = (struct hw_module_t *) module; camera_device->common.close = exynos_camera_close; |