aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-17 23:37:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-17 23:37:10 +0000
commit7ff08a2ad3d4953eda57071e8d3acb377f7750d9 (patch)
treef804da554c4b3b07b82910dc2ee6bebb47b2df2f
parente243391d96058b7eb74b17a2ec9600f55f9c8411 (diff)
parentc94ab82ae7d232e9793db190bbabceab02f328ea (diff)
downloadx86_64-w64-mingw32-4.8-7ff08a2ad3d4953eda57071e8d3acb377f7750d9.tar.gz
Snap for 8840107 from c94ab82ae7d232e9793db190bbabceab02f328ea to udc-release
Change-Id: I6c1edff77707ad6537a74084faa3b833c3256b83
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 5452aff4..6b95b2fb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -66,11 +66,6 @@ license {
license_text: ["licenses/mingw-w64-svn-r5861/mingw-w64-libraries/winpthreads/COPYING"],
}
-filegroup {
- name: "mingw-libwinpthread-notice",
- srcs: ["licenses/mingw-w64-svn-r5861/mingw-w64-libraries/winpthreads/COPYING"],
-}
-
cc_prebuilt_library_shared {
name: "libwinpthread-1",
host_supported: true,
@@ -111,6 +106,5 @@ cc_prebuilt_library_static {
},
},
stl: "none",
- notice: ":mingw-libwinpthread-notice",
licenses: ["winpthreads_license"],
}