commit | 30dc3dee3c248b95e4fea676021c980f69bed4ca | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Oct 17 11:38:15 2016 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Oct 24 10:15:54 2016 -0700 |
tree | ddeba0ebd05a407eea330c5b73974f80bf1f0e2a | |
parent | 382a80fd8b60171b9ce95e39c28dbf69e2c7428d [diff] [blame] |
hidl_test: move duplicated code to shared lib Test: hidl_test Change-Id: Ia68b78d44d68a6b254c686afe64faf7cc89510d7
diff --git a/tests/foo/1.0/default/FooCallback.cpp b/tests/foo/1.0/default/FooCallback.cpp index d3eef77..e4704f2 100644 --- a/tests/foo/1.0/default/FooCallback.cpp +++ b/tests/foo/1.0/default/FooCallback.cpp
@@ -3,7 +3,9 @@ #include "FooCallback.h" #include <android-base/logging.h> +#include <hidl-test/FooHelper.h> #include <inttypes.h> +#include <utils/Timers.h> namespace android { namespace hardware {