chiark / gitweb /
Correction to previous commit
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 3 Mar 2011 23:39:12 +0000 (23:39 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 3 Mar 2011 23:39:12 +0000 (23:39 +0000)
build.py

index fc5df048b71deb40b63e12c4bf62f8903c069ca6..23bf9da5574ff0dfd4f2b82533ff9a8c2c6be17c 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -192,7 +192,7 @@ for app in apps:
                             sys.exit(1)
 
                 # Generate (or update) the ant build file, build.xml...
-                if thisbuild.get('update', 'yes') != 'yes':
+                if thisbuild.get('update', 'yes') == 'yes':
                     parms = ['android','update','project','-p','.']
                     parms.append('--subprojects')
                     if thisbuild.has_key('target'):