summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-12-13 07:31:48 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-13 07:31:48 -0800
commit5f744f16a64f376c4ddddce05af01a12081f701c (patch)
tree86f8ae26cb04d2f1ff534ca60def078c147ebb92
parent5009917f575b1cad060cc31f0c168c48abdee2cb (diff)
parent31ff527a4a489019803f7b6147c95630700f4bb9 (diff)
downloadandroid_packages_apps_Trebuchet-5f744f16a64f376c4ddddce05af01a12081f701c.tar.gz
android_packages_apps_Trebuchet-5f744f16a64f376c4ddddce05af01a12081f701c.tar.bz2
android_packages_apps_Trebuchet-5f744f16a64f376c4ddddce05af01a12081f701c.zip
am 31ff527a: Update script to pull latest files from Gallery
* commit '31ff527a4a489019803f7b6147c95630700f4bb9': Update script to pull latest files from Gallery
-rw-r--r--update_gallery_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_gallery_files.py b/update_gallery_files.py
index ef4e8c933..738d225eb 100644
--- a/update_gallery_files.py
+++ b/update_gallery_files.py
@@ -49,6 +49,6 @@ for file_path in files.split():
dir = os.path.dirname(file_path)
if file_path.find('exif') != -1 or file_path.find('common') != -1:
file_path = 'gallerycommon/' + file_path
- cmd = 'cp %s/%s %s/' % (gallery_dir, file_path, dir)
+ cmd = 'cp %s/%s WallpaperPicker/%s/' % (gallery_dir, file_path, dir)
print cmd
os.system(cmd)