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/device/3.2/default/convert.cpp b/camera/device/3.2/default/convert.cpp index 35676df..c7cc75a 100644 --- a/camera/device/3.2/default/convert.cpp +++ b/camera/device/3.2/default/convert.cpp
@@ -15,7 +15,7 @@ */ #define LOG_TAG "android.hardware.camera.device@3.2-convert-impl" -#include <android/log.h> +#include <log/log.h> #include "include/convert.h"