commit | 26092ef39ff3c36de5f8bfa0680aff5909201138 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Sat Dec 03 23:22:59 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Dec 03 23:22:59 2016 +0000 |
tree | ff7ad7a73053d326afcc4eb86aa74fa23ba99976 | |
parent | 1b97318b23931f4ffbbf21c639489d7f12c2f53e [diff] | |
parent | 1b44b2b048bd0aed82c3755afa110dde454f5008 [diff] |
Update to use the correct logging library. am: 961e625526 am: f9874a121e am: 1b44b2b048 Change-Id: I056e6f230f68a58d40793ac14c5574db0641d9c3
diff --git a/tests/memory/1.0/default/MemoryTest.cpp b/tests/memory/1.0/default/MemoryTest.cpp index ed65410..1f804ca 100644 --- a/tests/memory/1.0/default/MemoryTest.cpp +++ b/tests/memory/1.0/default/MemoryTest.cpp
@@ -22,6 +22,8 @@ #include <android/hidl/memory/1.0/IMemory.h> +#include <android/log.h> + using android::hidl::memory::V1_0::IMemory; namespace android {