Skip to content

Commit

Permalink
Handle Fuchsia SDK in license tool + roll SDK (flutter#9302)
Browse files Browse the repository at this point in the history
The Fuchsia SDK includes a root directory with multiple
license/copyright files. For files that don't include a copyright header
matching them to a specific license (e.g. shared library binaries) we
match them to all licenses.

Specifically, the SDK includes:
* LICENSE: the Fuchsia license
* LICENSE.vulkan: Apache 2.0 license for Vulkan
* COPYRIGHT.vulkan: additional non-Apache licenses/copyrights for Vulkan
* COPYRIGHT.musl: musl license/copyrights

Also rolls the Fuchsia SDK CIPD packages.
  • Loading branch information
cbracken authored and licheng committed Jun 13, 2019
1 parent 54cf4d0 commit 53129a6
Show file tree
Hide file tree
Showing 5 changed files with 2,284 additions and 202 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/mac-amd64',
'version': 'jlQvNeRMq6X81_VYiFI_Ol311YCXak0xACebeb8f6TcC'
'version': 'Cx51FRV5TCoqQ9nfs4E2QMfYkJ1JWt7arQXhV01tr7cC'
}
],
'condition': 'host_os == "mac"',
Expand All @@ -483,7 +483,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/clang/mac-amd64',
'version': '4OfgjQg8g3Ztj2OYJ4Zlz9Q6DGYjOTuHh3G8MSMhxg4C'
'version': 'BzmZEP9A83NSNSqnrff3k0tYJK7UXs0pknphn-quiZwC'
}
],
'condition': 'host_os == "mac"',
Expand All @@ -493,7 +493,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/linux-amd64',
'version': '9-zyx3CzWylM-x9RYdL5UTT9uU-sl_0ysOCcEGCtot0C'
'version': 'udf6w2VmM5E8PyQm5ggugW_jjiEdWs-Xl6efeLf2JdkC'
}
],
'condition': 'host_os == "linux"',
Expand All @@ -503,7 +503,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/clang/linux-amd64',
'version': 'WPg0zzXLyTjFNrOrz4uA5vPaXUuEYvTJ5DPyYdiaN3MC'
'version': 'dV3r0yk4WXi1C-QwjzNUA-pIkHCG3COYnrlt80GFacYC'
}
],
'condition': 'host_os == "linux"',
Expand Down
Loading

0 comments on commit 53129a6

Please sign in to comment.