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

Side by Side Diff: abb-build/config.py.sample

Issue 29552627: Issue 4105 - [build] Make it possible to build arbitrary ABB revisions (Closed)
Patch Set: Created Sept. 22, 2017, 11:55 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
OLDNEW
(Empty)
1 ANDROID_SDK_PATH = "/path/to/android/sdk"
2 ANDROID_NDK_PATH = "/path/to/android/ndk"
3 ANDROID_KEYSTORE_PATH = "/path/to/android/keystore"
4 ANDROID_KEY_NAME = "androidkey"
5 ARCHITECTURE = ""
6 DISTRIBUTION_MODE = ""
7 BUILD_MODE = ""
OLDNEW

Powered by Google App Engine
This is Rietveld