chiark / gitweb /
Print which srclib are we updating
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 3 Aug 2013 16:18:10 +0000 (18:18 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 3 Aug 2013 16:18:10 +0000 (18:18 +0200)
fdroidserver/common.py

index a363ffb504e125e5c286c712651f7f1c6b11e14f..4a87245a1204926346ff05ec1233725d15b5780c 100644 (file)
@@ -1070,6 +1070,7 @@ def getsrclib(spec, srclib_dir, sdk_path, ndk_path="", mvn3="", basepath=False,
                         + name, out, err)
         
         if srclib["Update Project"] == "Yes":
+            print "Updating srclib %s at path %s" % (name, libdir)
             if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
                 'update', 'project', '-p', libdir]) != 0:
                     raise BuildException( 'Error updating ' + name + ' project')