aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-07-14 22:26:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-07-14 22:26:45 +0000
commitcc7a458de1db3299f82d8c431a34acc352cf48e3 (patch)
treef804da554c4b3b07b82910dc2ee6bebb47b2df2f
parent5f20d5fab91331118a3c8b31038fd1400457ea26 (diff)
parent26942466eaea84e78cd026e48ddb35a8032d82ff (diff)
downloadx86_64-w64-mingw32-4.8-cc7a458de1db3299f82d8c431a34acc352cf48e3.tar.gz
Remove redundant notice property. am: 4d89fcdb48 am: d1591013b9 am: d66b54b0f6 am: 26942466ea
Original change: https://android-review.googlesource.com/c/platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/+/2154553 Change-Id: Ie8647016d22779550fb8e4297e436bffee4dbdb1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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"],
}