Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 960c36b13138553ff7389ce7ec7ab0f5085a3635..615fbaec69910368b47c56a1d1bbdea2de170306 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -929,6 +929,11 @@ |
# we can build a debug version with acceptable size and performance. |
'android_full_debug%': 0, |
+ # Sets the default version name and code for Android app, by default we |
+ # do a developer build. |
+ 'android_app_version_name%': 'Developer Build', |
+ 'android_app_version_code%': 0, |
+ |
'sas_dll_exists': '<!(python <(DEPTH)/build/dir_exists.py <(sas_dll_path))', |
'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))', |