Snap for 10453563 from 3938c2943e581e786a76c86231aae48d1e7cbd64 to mainline-ipsec-release

Change-Id: Ie03e0ee360645191ebe395d437b38ea356703cda
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