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

Side by Side Diff: config.py.sample

Issue 29365816: Issue 4677 - Add support for x86 builds in adblockbrowser-build (Closed)
Patch Set: Adding missing MOZILLA_OFFICIAL config Created Dec. 28, 2016, 6:08 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') | mozconfig-arm » ('j') | 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 ARCHITECTURE = ""
5 DISTRIBUTION_MODE = "" 6 DISTRIBUTION_MODE = ""
6 BUILD_MODE = "" 7 BUILD_MODE = ""
OLDNEW
« no previous file with comments | « build.py ('k') | mozconfig-arm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld