diff options
| author | Liz Kammer <eakammer@google.com> | 2022-01-07 10:53:37 -0500 |
|---|---|---|
| committer | Liz Kammer <eakammer@google.com> | 2022-01-14 12:52:59 -0500 |
| commit | 718eb27f5be351f50bb886e9ff6e119757643f34 (patch) | |
| tree | 1efedb57af0cf88f8ff97be05048303652176755 /Android.bp | |
| parent | 0bda815c2edc95ddbbe1bfd0dc2cb237f3bcc860 (diff) | |
Delete toolchain_library
Test: m && ci
Change-Id: Iab5267e02e3559431d980c70a58b49c2b8b4e6de
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Android.bp b/Android.bp index 0e8d86d3b..7c5004735 100644 --- a/Android.bp +++ b/Android.bp @@ -46,25 +46,6 @@ cc_defaults { // C static libraries extracted from the gcc toolchain // -toolchain_library { - name: "libwinpthread", - host_supported: true, - enabled: false, - target: { - windows: { - enabled: true, - }, - windows_x86: { - src: "prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread.a", - }, - windows_x86_64: { - src: "prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/libwinpthread.a", - }, - }, - notice: ":mingw-libwinpthread-notice", - licenses: ["winpthreads_license"], -} - kernel_headers { name: "device_kernel_headers", vendor: true, |
