OSDN Git Service

hidl_test: move duplicated code to shared lib
authorYifan Hong <elsk@google.com>
Mon, 17 Oct 2016 18:38:15 +0000 (11:38 -0700)
committerYifan Hong <elsk@google.com>
Mon, 24 Oct 2016 17:15:54 +0000 (10:15 -0700)
commit30dc3dee3c248b95e4fea676021c980f69bed4ca
treeddeba0ebd05a407eea330c5b73974f80bf1f0e2a
parent382a80fd8b60171b9ce95e39c28dbf69e2c7428d
hidl_test: move duplicated code to shared lib

Test: hidl_test

Change-Id: Ia68b78d44d68a6b254c686afe64faf7cc89510d7
13 files changed:
Android.bp
tests/foo/1.0/default/Android.bp
tests/foo/1.0/default/Foo.cpp
tests/foo/1.0/default/FooCallback.cpp
tests/foo/1.0/default/FooCallback.h
tests/foo/1.0/default/lib/Android.bp [new file with mode: 0644]
tests/foo/1.0/default/lib/FooHelper.cpp [new file with mode: 0644]
tests/foo/1.0/default/lib/include/hidl-test/FooHelper.h [new file with mode: 0644]
tests/pointer/1.0/default/Android.bp
tests/pointer/1.0/default/Graph.cpp
tests/pointer/1.0/default/lib/Android.bp [new file with mode: 0644]
tests/pointer/1.0/default/lib/PointerHelper.cpp [new file with mode: 0644]
tests/pointer/1.0/default/lib/include/hidl-test/PointerHelper.h [new file with mode: 0644]