aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-08-15 19:06:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-15 19:06:34 +0000
commitac4e917c0548e22bfed775ea48f2ec6a97ba2a41 (patch)
tree7c1e5d791f3b46463631983cecfa6025be788412
parent9f19e8e6dd1e2559d3982db43ba876475d20269e (diff)
parentfc5628dfddf0dca26a4f8298fd6f4adaeb7bbb2c (diff)
downloadbpftool-ac4e917c0548e22bfed775ea48f2ec6a97ba2a41.tar.gz
Edit the METADATA file am: 00882b3848 am: 4e1d174ff6 am: 81e57c8b1f am: fc5628dfdd
Original change: https://android-review.googlesource.com/c/platform/external/bpftool/+/2705820 Change-Id: Ic4735dbef76b94d1989836e9910ad0d6bc78bfec Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--METADATA16
1 files changed, 11 insertions, 5 deletions
diff --git a/METADATA b/METADATA
index b7a338b..1211939 100644
--- a/METADATA
+++ b/METADATA
@@ -1,13 +1,19 @@
-name: "bpftool"
-description:
- "tool for inspection and simple manipulation of eBPF programs and maps"
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update bpftool
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+name: "bpftool"
+description: "tool for inspection and simple manipulation of eBPF programs and maps"
third_party {
url {
type: GIT
- value: "https://github.git.corp.google.com/libbpf/bpftool"
+ value: "https://github.com/libbpf/bpftool.git"
}
version: "51d4a12c69c7339f60813b04fc9d0fd6154792a6"
- last_upgrade_date { year: 2022 month: 2 day: 10 }
license_type: RESTRICTED
+ last_upgrade_date {
+ year: 2022
+ month: 2
+ day: 10
+ }
}