commit | 84b943e53ea5cc19c28acea1f8f86efc33ff5edd | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Wed May 15 04:16:17 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 15 04:16:17 2019 -0700 |
tree | 290901759b7214881b9175c8822545781aa3ec4a | |
parent | 295edf4e64afe675ed039fab8e137e2929277d3e [diff] | |
parent | d51aa87a0ba9cce361b09073058ae4b1d8456d6e [diff] |
Merge "Link libselinux/utils/base statically" am: b743279de2 am: 8388f66436 Change-Id: I2ecff39c2a479faf35ec9b992e012641417bc52c
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: