summaryrefslogtreecommitdiff
path: root/guest/hals/camera/EmulatedCameraFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'guest/hals/camera/EmulatedCameraFactory.cpp')
-rw-r--r--guest/hals/camera/EmulatedCameraFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/guest/hals/camera/EmulatedCameraFactory.cpp b/guest/hals/camera/EmulatedCameraFactory.cpp
index 24012ae2..4dfe5fe0 100644
--- a/guest/hals/camera/EmulatedCameraFactory.cpp
+++ b/guest/hals/camera/EmulatedCameraFactory.cpp
@@ -21,7 +21,7 @@
#define LOG_NDEBUG 0
#define LOG_TAG "EmulatedCamera_Factory"
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/properties.h>
#include "EmulatedFakeCamera.h"
#include "guest/libs/platform_support/api_level_fixes.h"