Editing the METADATA file am: 007e485e20 am: 2675843042

Original change: https://android-review.googlesource.com/c/platform/external/dtc/+/2389160

Change-Id: I5de993b40c6c66e861c1a74286c9f391c97ffa1b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/METADATA b/METADATA
index 369871c..a716954 100644
--- a/METADATA
+++ b/METADATA
@@ -1,14 +1,19 @@
-name: "dtc"
-description:
-    "Device tree compiler tools (dtc) and libfdt."
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update dtc
+# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
 
+name: "dtc"
+description: "Device tree compiler tools (dtc) and libfdt."
 third_party {
-  license_type: RESTRICTED
   url {
     type: GIT
-    value: "https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tag/?h=v1.6.1"
+    value: "https://git.kernel.org/pub/scm/utils/dtc/dtc.git"
   }
-  version: "1.6.1"
-  last_upgrade_date { year: 2021 month: 6 day: 8 }
+  version: "v1.6.1"
+  license_type: RESTRICTED
+  last_upgrade_date {
+    year: 2023
+    month: 1
+    day: 18
+  }
 }
-