aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:20 +0000
commit579dc0ff9d3f0c6eaf840b1cd32fb44de02693f0 (patch)
tree17093ede97b200f4fcbf1a64b3e689e10312b46e
parent322102db6971f5bb646d2e0d146f271a233ae414 (diff)
parent3938c2943e581e786a76c86231aae48d1e7cbd64 (diff)
downloadchromium-trace-android14-mainline-permission-release.tar.gz
Change-Id: Ie29b4368b314f491b2af53e789ff204f53ec0898
-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