Merge "Remove unused systrace-sdk-zip build rule" am: 2cb26420f8 am: dd9cae507b am: eec4b036b6 am: c72cb3370a

Original change: https://android-review.googlesource.com/c/platform/external/chromium-trace/+/2156196

Change-Id: I43070d91e029dbeb6739a4d8608560caedb82700
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index d2d03e8..389d6cf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,24 +13,4 @@
     license_text: [
         "NOTICE",
     ],
-}
-
-genrule {
-    name: "systrace-sdk-zip",
-    visibility: ["//development/build"],
-    tools: ["soong_zip"],
-    // TODO: Use $(in) or similar, but bash cmdline limits are a problem
-    // (Use implement a version of $(in) that works with rspfile?)
-    cmd: "$(location soong_zip) -o $(out) -P systrace -C $$(dirname $(location systrace.py)) " +
-        "-D $$(dirname $(location systrace.py))/catapult " +
-        "-f $(location systrace.py) " +
-        "-f $(location NOTICE) " +
-        "-f $(location UPSTREAM_REVISION)",
-    srcs: [
-        "catapult/**/*",
-        "systrace.py",
-        "NOTICE",
-        "UPSTREAM_REVISION",
-    ],
-    out: ["output.zip"],
-}
+}
\ No newline at end of file