aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-08-14 17:46:31 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2023-08-14 17:53:27 +0000
commit00882b3848cbd0de7f57e87f285887cc76d9d22f (patch)
tree7c1e5d791f3b46463631983cecfa6025be788412 /METADATA
parent7f276a35bff2311d53905afee30ba774a2f5349a (diff)
downloadbpftool-00882b3848cbd0de7f57e87f285887cc76d9d22f.tar.gz
Edit the METADATA file
I changed the URL to the correct upstream repository and refreshed using tools/external_updater. Test: TreeHugger Change-Id: Icd736a82fe19693b1bea67affbafbc2f556f0713
Diffstat (limited to 'METADATA')
-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
+ }
}