commit | 0c4c7a30c21a0bde5879c5e26c02b35fb91266b2 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Nov 28 15:59:24 2016 -0800 |
committer | Yifan Hong <elsk@google.com> | Tue Nov 29 13:10:15 2016 -0800 |
tree | 2de1bc753e0c0a9a37ad3132577de22800fd1e53 | |
parent | dc5f84f993ddf6d47803ab9f48c269b3e6ac11d7 [diff] [blame] |
Update to use the correct library for logging. Generates: b/33193497 Test: mma Change-Id: Ib8bfc4d2f1d68947099e4756f661ed06689ffd62
diff --git a/tests/foo/1.0/default/FooCallback.cpp b/tests/foo/1.0/default/FooCallback.cpp index e4704f2..ff3a545 100644 --- a/tests/foo/1.0/default/FooCallback.cpp +++ b/tests/foo/1.0/default/FooCallback.cpp
@@ -2,7 +2,7 @@ #define LOG_TAG "hidl_test" #include "FooCallback.h" -#include <android-base/logging.h> +#include <android/log.h> #include <hidl-test/FooHelper.h> #include <inttypes.h> #include <utils/Timers.h>