Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: config.py.sample

Issue 29323540: Issue 2751 - Move signing options to config.py (Closed)
Patch Set: Created Aug. 13, 2015, 7:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.py.sample
===================================================================
--- a/config.py.sample
+++ b/config.py.sample
@@ -1,2 +1,4 @@
ANDROID_SDK_PATH = "/path/to/android/sdk"
ANDROID_NDK_PATH = "/path/to/android/ndk"
+ANDROID_KEYSTORE_PATH = "/path/to/android/keystore"
+ANDROID_KEY_NAME = "androidkey"
« no previous file with comments | « build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld