aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-30 02:39:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-30 02:39:00 +0000
commit86cc84dc162d5e613380d703fecd8d97d66a4aa6 (patch)
tree97f7ce07cbd0dc55d8289298e7ea465c1f39725d
parent958bfd1630ae31d6ae39b85b329736213bf5516c (diff)
parent2f8748d06b6371983644c89a40cc0033bdd598e2 (diff)
downloadexternal_updater-86cc84dc162d5e613380d703fecd8d97d66a4aa6.tar.gz
Let the updater work with cargo2android config files. am: f77743d9aa am: 2f8748d06b
Original change: https://android-review.googlesource.com/c/platform/tools/external_updater/+/1691549 Change-Id: Ic03a53daec639c75d8d67a4a8101565bf1b5673d
-rw-r--r--update_package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_package.sh b/update_package.sh
index 7b7652e..219c566 100644
--- a/update_package.sh
+++ b/update_package.sh
@@ -45,6 +45,7 @@ CopyIfPresent "METADATA"
CopyIfPresent "TEST_MAPPING"
CopyIfPresent ".git"
CopyIfPresent ".gitignore"
+CopyIfPresent "cargo2android.json"
CopyIfPresent "patches"
CopyIfPresent "post_update.sh"
CopyIfPresent "OWNERS"