diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-11-13 01:17:33 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-11-13 01:17:33 +0000 |
commit | 5664689ad10251cfb93057500776b35646c68ea1 (patch) | |
tree | 787aedab8b45b95e8c403d9fbc9e1fafd8834d92 | |
parent | 401b47878c8af0a69ca423a063b1ddcfc4bd8e45 (diff) | |
parent | 7ffa83e83d9f2f6533ba40695b60beca51c453fc (diff) | |
download | device_common-5664689ad10251cfb93057500776b35646c68ea1.tar.gz device_common-5664689ad10251cfb93057500776b35646c68ea1.tar.bz2 device_common-5664689ad10251cfb93057500776b35646c68ea1.zip |
Merge "Create LICENSE file automatically."
-rwxr-xr-x | generate-packages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generate-packages.sh b/generate-packages.sh index fb72dd4..7b158c3 100755 --- a/generate-packages.sh +++ b/generate-packages.sh @@ -95,6 +95,8 @@ do fi done + echo \ \ Copying $COMPANY-specific LICENSE + cp $COMPANY/LICENSE ${MAKEFILEDIR} || echo \ \ \ \ Error copying LICENSE echo \ \ Setting up $COMPANY-specific makefiles cp -R $COMPANY/staging/* $MAKEFILEDIR || echo \ \ \ \ Error copying makefiles echo \ \ Setting up shared makefiles |