commit | 9171fb8572040f83bab5b951f469e27719b22aae | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Oct 17 11:38:15 2016 -0700 |
committer | Yifan Hong <elsk@google.com> | Fri Oct 21 10:12:45 2016 -0700 |
tree | a5a70e0a3c8281e6fdac57f96e386ecc8c080200 | |
parent | 00dfbca81f5700880e261debce317b932f7460fa [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 {