diff options
| author | Chih-Hung Hsieh <chh@google.com> | 2020-06-23 20:20:57 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-06-23 20:20:57 +0000 |
| commit | a77ebf8a1f3aef2f58fdccf63169bce7dff942de (patch) | |
| tree | 13640a745e42027f87dc6f9e40bbb09d17a01e31 | |
| parent | 7b02ba8a374bf7ad4f89671cbeb0027dd4706603 (diff) | |
| parent | ff06a4a3bfee4d34300725d24803a1a38000f1a1 (diff) | |
| download | platform_tools_external_updater-a77ebf8a1f3aef2f58fdccf63169bce7dff942de.tar.gz platform_tools_external_updater-a77ebf8a1f3aef2f58fdccf63169bce7dff942de.tar.bz2 platform_tools_external_updater-a77ebf8a1f3aef2f58fdccf63169bce7dff942de.zip | |
[Updater] Copy and keep README.android am: ff06a4a3bf
Original change: https://android-review.googlesource.com/c/platform/tools/external_updater/+/1346942
Change-Id: Icc335b9fa84265fda5a991e881ce6fe8e6aaef88
| -rw-r--r-- | update_package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_package.sh b/update_package.sh index 1cf7cc2..d703466 100644 --- a/update_package.sh +++ b/update_package.sh @@ -45,6 +45,7 @@ CopyIfPresent ".gitignore" CopyIfPresent "patches" CopyIfPresent "post_update.sh" CopyIfPresent "OWNERS" +CopyIfPresent "README.android" echo "Applying patches..." for p in $tmp_dir/patches/*.diff |
