commit | b743279de2daa8b179250c3330268b33368b4274 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Wed May 15 10:49:12 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 15 10:49:12 2019 +0000 |
tree | 4a1c866163ebdd93662d615dc8fe92459c554118 | |
parent | 057fd6fd6bfc9a364d5806fd1f43407c8bc5da94 [diff] | |
parent | bf613b4ce4bbbe6f97023879b14f2f5a6dcfa5e8 [diff] |
Merge "Link libselinux/utils/base statically"
diff --git a/logd/tests/Android.bp b/logd/tests/Android.bp index 83a194f..d39da8a 100644 --- a/logd/tests/Android.bp +++ b/logd/tests/Android.bp
@@ -35,12 +35,12 @@ srcs: ["logd_test.cpp"], - shared_libs: [ + static_libs: [ "libbase", "libcutils", "libselinux", + "liblog", ], - static_libs: ["liblog"], } // Build tests for the logger. Run with: