aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-09-26 16:38:59 -0700
committerDan Albert <danalbert@google.com>2018-09-26 16:41:02 -0700
commit05abc6fd8580c55d34e3cd1269eebeaa16703a96 (patch)
tree384c8b23392590e4d7caf2f047a3530d50a268fe /checkbuild.py
parent0f3ff97a0b7a752a6458658311fe16f906fcd3cd (diff)
downloadndk-05abc6fd8580c55d34e3cd1269eebeaa16703a96.tar.gz
Fix the notice group for the toolchain module.
Test: ./checkbuild.py Bug: None Change-Id: Iacf6c715bd7ba6a1e08c05e28935e1066cc4e7b6
Diffstat (limited to 'checkbuild.py')
-rwxr-xr-xcheckbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkbuild.py b/checkbuild.py
index d07f61c01..9fa3fc660 100755
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -1460,6 +1460,7 @@ def write_clang_wrapper(install_dir, api, triple, is_windows):
class Toolchain(ndk.builds.Module):
name = 'toolchain'
path = 'toolchain'
+ notice_group = ndk.builds.NoticeGroup.TOOLCHAIN
deps = {
'binutils',
'clang',