aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2018-11-01 15:40:37 -0700
committerJaewoong Jung <jungjw@google.com>2018-11-05 23:48:10 +0000
commit9d5ca159dc2bc56948f011745122bfba172d492d (patch)
tree8c1a647c989fd107b9d8e9c60fe4bd8ea767303f /Android.bp
parent31bef5b329b5b2365a7c186cef99e7deac1de087 (diff)
downloadbuild_soong-9d5ca159dc2bc56948f011745122bfba172d492d.tar.gz
build_soong-9d5ca159dc2bc56948f011745122bfba172d492d.tar.bz2
build_soong-9d5ca159dc2bc56948f011745122bfba172d492d.zip
Export static libraries.
Export static libraries through LOCAL_STATIC_LIBRARIES and LOCAL_WHOLE_STATIC_LIBRARIES. This enables dependency-based NOTICE file generation. Also, add a notice property in the libwinpthread module. Bug: 36073965 Test: cc_test.go Change-Id: If1ca1f9159e80cf8fbe71df7a13ca5d6a1f63b40
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1b93c0d2..ef42c84c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -435,6 +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",
}
toolchain_library {