commit | d88dfe8607af019186a309674d9081a056ed3daa | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Apr 11 08:56:09 2017 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Apr 11 10:50:06 2017 -0700 |
tree | f25e5b360739e6791624fe5061e73e0d0d373c8e | |
parent | f08d9dff190ffc1b479bede0b6037cfb1a9cb7fa [diff] [blame] |
libhardware: deprecate cutils/log.h Replace cutils/log.h with log/log.h. Sort headers. Minimize conflicts. Add missing required headers. Test: compile Bug: 34250038 Change-Id: I5c0f231cbfed90b73e0538c9d32ad3226c7cc5e4
diff --git a/modules/usbcamera/HotplugThread.cpp b/modules/usbcamera/HotplugThread.cpp index 6c65086..80f18c8 100644 --- a/modules/usbcamera/HotplugThread.cpp +++ b/modules/usbcamera/HotplugThread.cpp
@@ -16,7 +16,8 @@ //#define LOG_NDEBUG 0 #define LOG_TAG "HotplugThread" -#include <cutils/log.h> + +#include <log/log.h> #include "HotplugThread.h"