aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2018-11-16 13:26:43 -0800
committerJaewoong Jung <jungjw@google.com>2018-11-16 13:26:43 -0800
commitff7a1a47d90ea962af8241952f29019fd45d7692 (patch)
tree52e7350b9737e0955849ddfcdea808f08887d2c0 /Android.bp
parent6028c3bdf4ee2aaa547fa134a52305597d6a807b (diff)
downloadbuild_soong-ff7a1a47d90ea962af8241952f29019fd45d7692.tar.gz
build_soong-ff7a1a47d90ea962af8241952f29019fd45d7692.tar.bz2
build_soong-ff7a1a47d90ea962af8241952f29019fd45d7692.zip
Add filegroup support to notice property.
Also, replace all notice file references with the parent directory pattern(../) with filegroups. Bug: 118899640 Test: Manual build Change-Id: I841345d747f41a3bb5beea66ad87a979734c39a4
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index ef42c84c..151e98bd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -435,7 +435,7 @@ toolchain_library {
src: "prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/libwinpthread.a",
},
},
- notice: "../../prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/licenses/mingw-w64-svn-r5861/mingw-w64-libraries/winpthreads/COPYING",
+ notice: ":mingw-libwinpthread-notice",
}
toolchain_library {