summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-10-15 14:43:12 -0700
committerBob Badour <bbadour@google.com>2022-10-15 14:43:12 -0700
commitd48b00960ef76a18a73b647c7f1b5e4ef370e8b7 (patch)
tree07ed019115f23979721c2fa34dfabe42fb108308
parent4b3b986512b965dcd954efc8d5d0aed074fc80fc (diff)
downloadgeonames-d48b00960ef76a18a73b647c7f1b5e4ef370e8b7.tar.gz
Fix comment marker in METADATA file.
Test: out/host/linux-x86/bin/compliance_checkmetadata external/geonames Change-Id: I8f94b640a050c50eb84f53d896b7d74940712c47
-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/"