From 726202438f97603376d5e242ee75660a95a4f56c Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Sat, 16 Jul 2022 00:13:56 +0000 Subject: Remove unused systrace-sdk-zip build rule The user was removed in https://android-review.googlesource.com/c/platform/development/+/1914938/ Bug: 197867654 Change-Id: Ic4edf96238710a57edf18b0bbb9bdc7a32ee90d6 --- Android.bp | 22 +--------------------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3