commit | d953ba3c82743f5243c71483c072246adcd8bacd | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Dec 10 14:45:02 2019 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Tue Dec 10 15:35:19 2019 -0800 |
tree | bd30591a9151a4a3583a3e67cd5874ed4ec65bb0 | |
parent | 3498578c4c4afd707a618dedec2879fedecddfcf [diff] [blame] |
liblog: add a test for liblog on host Test: this test Change-Id: I60fa8b82dbc010395762eba70502b89b295e29f5
diff --git a/liblog/tests/Android.bp b/liblog/tests/Android.bp index 394fa93..99df4ca 100644 --- a/liblog/tests/Android.bp +++ b/liblog/tests/Android.bp
@@ -96,3 +96,11 @@ "vts", ], } + +cc_test_host { + name: "liblog-host-test", + static_libs: ["liblog"], + shared_libs: ["libbase"], + srcs: ["liblog_host_test.cpp"], + isolated: true, +}