Update to use the correct logging library.

Test: compiles
Change-Id: I00467b964fd56e6379cddde26152e413f2f00379
This commit is contained in:
Yifan Hong 2016-12-02 11:37:59 -08:00
parent 1d747311b3
commit 961e625526

View file

@ -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 {