commit | 1f69c4404a3c443eccc3daaccf85ae129ca42c5d | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Apr 15 10:58:42 2021 -0700 |
committer | Bob Badour <bbadour@google.com> | Thu Apr 15 10:59:40 2021 -0700 |
tree | 6041e6cebcd13b966fa175292fa0a3d81796fce9 | |
parent | 71c70485933b0680b1a95cba055ebbea5c8167dc [diff] [blame] |
Fix bug: repeated restricted effective conditions. Test: m all Change-Id: I0fc8f66dd72e3d3983b9d2b5fa7416c09a776ccc
diff --git a/tools/build-license-metadata.sh b/tools/build-license-metadata.sh index 3bad358..a138dbe 100755 --- a/tools/build-license-metadata.sh +++ b/tools/build-license-metadata.sh
@@ -201,6 +201,7 @@ for d in ${depfiles}; do if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then lconditions="${lconditions}${lconditions:+ }restricted" + break fi done ;;