Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(891)

Unified Diff: sky/tools/roll_versions.py

Issue 1222313014: Fix demo_launcher location for realz (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/roll_versions.py
diff --git a/sky/tools/roll_versions.py b/sky/tools/roll_versions.py
index 1df345b47aa6455edd00dcd32df71737a838fe42..08b4c009d1eef00ed222c66c9655b9dde776e967 100755
--- a/sky/tools/roll_versions.py
+++ b/sky/tools/roll_versions.py
@@ -17,7 +17,7 @@ PUBSPECS = [
]
MANIFESTS = [
- 'sky/sdk/example/demo_launcher/AndroidManifest.xml',
+ 'sky/sdk/example/demo_launcher/apk/AndroidManifest.xml',
]
MANIFEST_PREFACE = '''<?xml version="1.0" encoding="utf-8"?>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698