Merge "Copy the NOTICE file when updating headers."

This commit is contained in:
Treehugger Robot 2016-11-02 19:48:42 +00:00 committed by Gerrit Code Review
commit 654287fd73
1 changed files with 3 additions and 1 deletions

View File

@ -41,5 +41,7 @@ fi
versioner -p versioner/platforms versioner/current versioner/dependencies \
-o $HEADERS_INSTALL
git -C $PREBUILTS_DIR add $HEADERS_INSTALL
cp ../libc/NOTICE $PREBUILTS_DIR
git -C $PREBUILTS_DIR add $HEADERS_INSTALL $PREBUILTS_DIR/NOTICE
git -C $PREBUILTS_DIR commit -m "Update bionic headers to $VERSION."