commit | a5c6017d8ff9af9c2a65d3a78ddc0d2813964b43 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Apr 20 08:32:35 2017 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Apr 20 08:37:12 2017 -0700 |
tree | 690fdd71a3e80a8c47f97687d1b093f1d8d3ed47 | |
parent | e32517d7739f32014695d3082da50ab0186460c3 [diff] [blame] |
Convert libusbhost to Android.bp See build/soong/README.md for more information. Test: mmma -j system/core/libusbhost Change-Id: I57109380678bd452af545d4c5b1b9d2356b356b8
diff --git a/libusbhost/usbhost.c b/libusbhost/usbhost.c index 68aca17..050fc2f 100644 --- a/libusbhost/usbhost.c +++ b/libusbhost/usbhost.c
@@ -19,7 +19,7 @@ #ifdef USE_LIBLOG #define LOG_TAG "usbhost" -#include "utils/Log.h" +#include "log/log.h" #define D ALOGD #else #define D printf