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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ANDROID_SDK_PATH = "/path/to/android/sdk" 1 ANDROID_SDK_PATH = "/path/to/android/sdk"
2 ANDROID_NDK_PATH = "/path/to/android/ndk" 2 ANDROID_NDK_PATH = "/path/to/android/ndk"
3 ANDROID_KEYSTORE_PATH = "/path/to/android/keystore"
4 ANDROID_KEY_NAME = "androidkey"
OLDNEW
« no previous file with comments | « build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld