From 4d89fcdb48c85f65748685c52daa2a1a051a6479 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 14 Jul 2022 11:43:12 -0700 Subject: Remove redundant notice property. Bug: 192434786 Test: m droid dist Change-Id: Ie3256721125c405d4c362bdc0bed75f68528dc20 --- Android.bp | 6 ------ 1 file changed, 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"], } -- cgit v1.2.3