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

Unified 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.
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
Index: abb-build/config.py.sample
===================================================================
new file mode 100644
--- /dev/null
+++ b/abb-build/config.py.sample
@@ -0,0 +1,7 @@
+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"
+ARCHITECTURE = ""
+DISTRIBUTION_MODE = ""
+BUILD_MODE = ""

Powered by Google App Engine
This is Rietveld