diff options
author | Dan Willemsen <dwillemsen@google.com> | 2017-09-29 19:12:58 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-09-29 19:12:58 +0000 |
commit | 7ad9dd6f71c14f6e863780bf6ea887f6f1878512 (patch) | |
tree | e2d7b3dbb4c07346f892cd9a6c2d92b33e9a4b5b /dist | |
parent | 3e2e063819ed9d2545077f084029632f602d0ddc (diff) | |
parent | 0b842f79fb6bd43a31a7027c69501dc655a8080e (diff) |
Merge "Remove default libraries" am: c3d8c7e311 am: d691ebd5fe
am: 0b842f79fb
Change-Id: I784f5312900d0296a75a8b8daac356e2b13b8901
Diffstat (limited to 'dist')
-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 95cd1ae..e37bc93 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -149,12 +149,6 @@ cc_binary { "liblog", ], }, - not_windows: { - host_ldlibs: [ - "-lpthread", - "-ldl", - ], - }, windows: { enabled: true, |