From d48b00960ef76a18a73b647c7f1b5e4ef370e8b7 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Sat, 15 Oct 2022 14:43:12 -0700 Subject: Fix comment marker in METADATA file. Test: out/host/linux-x86/bin/compliance_checkmetadata external/geonames Change-Id: I8f94b640a050c50eb84f53d896b7d74940712c47 --- METADATA | 4 ++-- android/download_latest.sh | 4 ++-- 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/" -- cgit v1.2.3