aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-16 06:58:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-08-16 06:58:07 +0000
commit6d80f8854a464de95a636747712a92139e6b4714 (patch)
tree17093ede97b200f4fcbf1a64b3e689e10312b46e
parent2e48aa5dc2884944da5b431a4559d4ca78afa71b (diff)
parente87695014e35777a9f9ea78465a6a0b1629fa703 (diff)
downloadchromium-trace-6d80f8854a464de95a636747712a92139e6b4714.tar.gz
Merge "Snap for 8952093 from dd9cae507bdef72050798dcf212d657bb4ad0640 to sdk-release" into sdk-releaseplatform-tools-33.0.3
-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