aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalesh Singh <kaleshsingh@google.com>2022-05-02 20:44:24 -0700
committerKalesh Singh <kaleshsingh@google.com>2022-05-03 04:38:05 +0000
commit562bd8a1d4c8901044b349c5023193c773926f17 (patch)
tree740b2ee41e0b8958a8e2b206eb45c16eaf14081d
parent6f39f21f2fa278198bec1ff2bf9ad41eed9bd1f4 (diff)
downloadtrace-cmd-562bd8a1d4c8901044b349c5023193c773926f17.tar.gz
ANDROID: trace-cmd: Add METADATA
Bug: 223905587 Test: N/A Change-Id: Iaf630d0a669a98be079047b9cfb481cf27736744 Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
-rw-r--r--METADATA13
1 files changed, 13 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..eca2378b
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,13 @@
+name: "trace-cmd"
+description:
+ "trace-cmd is a front-end to the ftrace Linux kernel tracer."
+
+third_party {
+ url {
+ type: GIT
+ value: "https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git"
+ }
+ version: "trace-cmd-v3.0.2"
+ last_upgrade_date { year: 2022 month: 5 day: 02 }
+ license_type: RESTRICTED
+}