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

Side by Side Diff: config.py.sample

Issue 29325912: Issue 2986 - Move distribution_mode to config.py (Closed)
Patch Set: Created Sept. 3, 2015, 6:32 p.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" 3 ANDROID_KEYSTORE_PATH = "/path/to/android/keystore"
4 ANDROID_KEY_NAME = "androidkey" 4 ANDROID_KEY_NAME = "androidkey"
5 DISTRIBUTION_MODE = ""
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