summaryrefslogtreecommitdiff
path: root/discard_patches.py
diff options
context:
space:
mode:
authorZhizhou Yang <zhizhouy@google.com>2017-09-11 23:43:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-11 23:43:27 +0000
commit3b86e3c9c4ea2159f8c869c9d8a726c748e9fb9c (patch)
tree552059d1c28f4b2f3fc3a513b73e88279548d19e /discard_patches.py
parentbf696111bc737ec92f31917afa6b873125e2a01d (diff)
parenta69712a83def706dbf203f628240aebf641aeebe (diff)
downloadbenchmark-3b86e3c9c4ea2159f8c869c9d8a726c748e9fb9c.tar.gz
Merge "Fix bugs caused by Hwui and Skia syncing" am: a168e370bb
am: a69712a83d Change-Id: I0137a37ab05e52410bc2db65123bffeebaacffa3
Diffstat (limited to 'discard_patches.py')
-rwxr-xr-xdiscard_patches.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/discard_patches.py b/discard_patches.py
index a6383f6b..00c457ef 100755
--- a/discard_patches.py
+++ b/discard_patches.py
@@ -22,11 +22,6 @@ def discard_git(path):
print('Error while removing patch in %s' % path)
-def dispatch_skia():
- skia_dir = os.path.join(config.android_home, config.bench_dict['Skia'])
- discard_git(skia_dir)
-
-
def dispatch_autotest():
autotest_dir = os.path.join(config.android_home, config.autotest_dir)
discard_git(autotest_dir)
@@ -55,7 +50,6 @@ def dispatch_synthmark():
def main():
- dispatch_skia()
dispatch_autotest()
dispatch_panorama()
dispatch_synthmark()