commit | 3eb7df74b8eae5c902039d1b76402350715a0944 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Apr 06 12:15:23 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Apr 06 15:01:59 2017 -0700 |
tree | fef29970dae9d7d81cd8464e6112411bc741f3ce | |
parent | 4cb19c55b5d336a0cdbc584d8c4b240d1abe8f3e [diff] [blame] |
Fix transitive includes. Files relying on transitive include of utils/Log.h (and things that it includes) from MQDescriptor.h Test: pass Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
diff --git a/camera/provider/2.4/vts/functional/CameraParameters.cpp b/camera/provider/2.4/vts/functional/CameraParameters.cpp index 0285154..97b263b 100644 --- a/camera/provider/2.4/vts/functional/CameraParameters.cpp +++ b/camera/provider/2.4/vts/functional/CameraParameters.cpp
@@ -16,7 +16,7 @@ */ #define LOG_TAG "CameraParams" -#include <utils/Log.h> +#include <log/log.h> #include <string.h> #include <stdlib.h>