summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2017-09-30 18:32:45 -0500
committerandroid-build-merger2017-09-30 18:32:45 -0500
commita0113de2f379144dd66f144115f31c541524518c (patch)
treea7df373536d50f705d9c143e231338c150c3b8e5 /libutils
parentee4d611c467a8bef74a9b8e13b7ff103b64591b1 (diff)
parent8b7feee38fe31eb40a50c55144a850cbc37e4089 (diff)
downloadplatform-system-core-a0113de2f379144dd66f144115f31c541524518c.tar.gz
platform-system-core-a0113de2f379144dd66f144115f31c541524518c.tar.xz
platform-system-core-a0113de2f379144dd66f144115f31c541524518c.zip
Merge "Remove default libraries"
am: 8b7feee38f Change-Id: Ic39ecabd37ffe06ba3a119410b5dcd4885fb584c
Diffstat (limited to 'libutils')
-rw-r--r--libutils/tests/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libutils/tests/Android.bp b/libutils/tests/Android.bp
index 08691756a..3fadef44d 100644
--- a/libutils/tests/Android.bp
+++ b/libutils/tests/Android.bp
@@ -44,7 +44,6 @@ cc_test {
44 "libcutils", 44 "libcutils",
45 "libutils", 45 "libutils",
46 "libbase", 46 "libbase",
47 "libdl",
48 ], 47 ],
49 }, 48 },
50 linux: { 49 linux: {
@@ -59,7 +58,6 @@ cc_test {
59 "liblog", 58 "liblog",
60 "libbase", 59 "libbase",
61 ], 60 ],
62 host_ldlibs: ["-ldl"],
63 }, 61 },
64 }, 62 },
65 63