summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorMarcin Kosiba <mkosiba@google.com>2013-04-11 19:27:56 +0100
committerMarcin Kosiba <mkosiba@google.com>2013-04-11 19:27:56 +0100
commit77dcb868f0fea4f37e49fc38b9fff18bbac21784 (patch)
tree79dc5e02227fb06fcd4d63f4843cd8fb48977235 /chromium/tools
parent9533e41b4f869b9aff2402d73fcdaa34afa7f576 (diff)
downloadandroid_frameworks_webview-77dcb868f0fea4f37e49fc38b9fff18bbac21784.tar.gz
android_frameworks_webview-77dcb868f0fea4f37e49fc38b9fff18bbac21784.tar.bz2
android_frameworks_webview-77dcb868f0fea4f37e49fc38b9fff18bbac21784.zip
Generate local manifest to local_manifest.xml.
Looks like the webview-tot bot is running with an old version of repo (probably the one from depot_tools) which is still looking at .repo/local_manifest.xml rather than .repo/local_manitests/*.xml Change-Id: I9887ca04915d0acbe8068d856be6e0166ed4eac6
Diffstat (limited to 'chromium/tools')
-rw-r--r--chromium/tools/generate_local_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/tools/generate_local_manifest.py b/chromium/tools/generate_local_manifest.py
index 13f9a9c..91ab982 100644
--- a/chromium/tools/generate_local_manifest.py
+++ b/chromium/tools/generate_local_manifest.py
@@ -55,7 +55,7 @@ def main():
manifest_path = os.path.join(android_build_top, '.repo/manifests',
manifest_filename)
local_manifest_path = os.path.join(android_build_top,
- '.repo/local_manifests/generated.xml')
+ '.repo/local_manifest.xml')
print 'Path to exclude: %s' % path_to_exclude