commit | b35bee2a909819964b58c00628b433d79b1989d1 | [log] [tgz] |
---|---|---|
author | Ruben Brunk <rubenbrunk@google.com> | Fri Jan 17 14:48:19 2014 -0800 |
committer | Ruben Brunk <rubenbrunk@google.com> | Fri Jan 17 14:48:19 2014 -0800 |
tree | 34a1355001d91fdf35e679d9a21b04b29beccd45 | |
parent | 61cf9eb920206408a2a9c01cc7a5c5b68107069c [diff] [blame] |
Fix build. Missing vendor tags header.
diff --git a/modules/camera/CameraHAL.h b/modules/camera/CameraHAL.h index cb0ec8b..00c74e5 100644 --- a/modules/camera/CameraHAL.h +++ b/modules/camera/CameraHAL.h
@@ -20,7 +20,7 @@ #include <cutils/bitops.h> #include <hardware/hardware.h> #include <hardware/camera_common.h> -#include <system/vendor_tags.h> +#include <system/camera_vendor_tags.h> #include "Camera.h" #include "VendorTags.h"