aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-07-18 11:07:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-07-18 11:07:22 +0000
commit2cb26420f80c94f5f07967279bb59c7be4397700 (patch)
tree17093ede97b200f4fcbf1a64b3e689e10312b46e
parent100977eedaea447305f7c21c2602829ddcd28ac8 (diff)
parent726202438f97603376d5e242ee75660a95a4f56c (diff)
downloadchromium-trace-2cb26420f80c94f5f07967279bb59c7be4397700.tar.gz
Merge "Remove unused systrace-sdk-zip build rule"
-rw-r--r--Android.bp22
1 files changed, 1 insertions, 21 deletions
diff --git a/Android.bp b/Android.bp
index d2d03e81..389d6cfc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,24 +13,4 @@ license {
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