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/inheritance/1.0/default/Child.cpp b/tests/inheritance/1.0/default/Child.cpp index 66720b3..fd6608c 100644 --- a/tests/inheritance/1.0/default/Child.cpp +++ b/tests/inheritance/1.0/default/Child.cpp
@@ -1,5 +1,5 @@ #define LOG_TAG "hidl_test" -#include <android-base/logging.h> +#include <android/log.h> #include "Child.h"