diff options
author | Dan Willemsen <dwillemsen@google.com> | 2017-09-29 04:55:46 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-09-29 04:55:46 +0000 |
commit | d691ebd5fece32273ddec87e96ed45887b61b1a0 (patch) | |
tree | 32de1533c54141ed04ce65a7e497fed59116055d | |
parent | 4d17a2b346307775b70b856cc14b631df2a0f4b6 (diff) | |
parent | c3d8c7e3117b64794ad80be55f2a536e7e7f5345 (diff) |
Merge "Remove default libraries"
am: c3d8c7e311
Change-Id: I73778c9400ae6ac36a688f91e2e4ac1c6cce50a6
-rw-r--r-- | dist/Android.bp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index abe4fd4..18f1e00 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -146,12 +146,6 @@ cc_binary { "liblog", ], }, - not_windows: { - host_ldlibs: [ - "-lpthread", - "-ldl", - ], - }, windows: { enabled: true, |