commit | d72f33cc8daccf12a091a9d0608033fa017cf220 | [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 | 31926c8ee90d6a621c35d89c00e9c8f2933e8871 [diff] | |
parent | 938b75d1771f24a458fff87b560e5aeb92626872 [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: