commit | 961e6255266a50aaf200d89c042a175ec0c877ba | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Dec 02 11:37:59 2016 -0800 |
committer | Yifan Hong <elsk@google.com> | Sat Dec 03 10:04:15 2016 -0800 |
tree | ff7ad7a73053d326afcc4eb86aa74fa23ba99976 | |
parent | 1d747311b3aa3d208aedf3dfce97d134d57db723 [diff] |
Update to use the correct logging library. Test: compiles Change-Id: I00467b964fd56e6379cddde26152e413f2f00379
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 {