summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-10-17 18:08:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-10-17 18:08:33 +0000
commita60a37e939bbdaad11b95282bb9c18e0f640cb0a (patch)
tree07ed019115f23979721c2fa34dfabe42fb108308
parent4b3b986512b965dcd954efc8d5d0aed074fc80fc (diff)
parentd48b00960ef76a18a73b647c7f1b5e4ef370e8b7 (diff)
downloadgeonames-a60a37e939bbdaad11b95282bb9c18e0f640cb0a.tar.gz
Fix comment marker in METADATA file. am: d48b00960emain-16k-with-phones
Original change: https://android-review.googlesource.com/c/platform/external/geonames/+/2255372 Change-Id: Ib497591e5352db5fc7139d9c578edd727962a38a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--METADATA4
-rwxr-xr-xandroid/download_latest.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index ec590f4..62d3139 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
-// Generated file DO NOT EDIT
-// Run android/download_latest.sh
+# Generated file DO NOT EDIT
+# Run android/download_latest.sh
name: "geonames"
description:
"Assorted files downloaded from https://www.geonames.org/"
diff --git a/android/download_latest.sh b/android/download_latest.sh
index 5b4d191..c86b73b 100755
--- a/android/download_latest.sh
+++ b/android/download_latest.sh
@@ -39,8 +39,8 @@ rm ${LOCAL_VERSION_INFO_DIR}/*
# Start the METADATA file
cat << EOF > ${METADATA_FILE}
-// Generated file DO NOT EDIT
-// Run android/download_latest.sh
+# Generated file DO NOT EDIT
+# Run android/download_latest.sh
name: "geonames"
description:
"Assorted files downloaded from https://www.geonames.org/"