| Index: native_client_sdk/src/build_tools/parse_dsc.py
|
| diff --git a/native_client_sdk/src/build_tools/parse_dsc.py b/native_client_sdk/src/build_tools/parse_dsc.py
|
| index 42ef1ddfcf341e66cc933faec83d7ccbad8f13af..1088fef7098310dea41ad16d9e9583c8137568cd 100755
|
| --- a/native_client_sdk/src/build_tools/parse_dsc.py
|
| +++ b/native_client_sdk/src/build_tools/parse_dsc.py
|
| @@ -9,7 +9,15 @@ import optparse
|
| import os
|
| import sys
|
|
|
| -VALID_TOOLCHAINS = ['newlib', 'glibc', 'pnacl', 'win', 'linux', 'mac']
|
| +VALID_TOOLCHAINS = [
|
| + 'bionic',
|
| + 'newlib',
|
| + 'glibc',
|
| + 'pnacl',
|
| + 'win',
|
| + 'linux',
|
| + 'mac',
|
| +]
|
|
|
| # 'KEY' : ( <TYPE>, [Accepted Values], <Required?>)
|
| DSC_FORMAT = {
|
|
|