Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1695)

Unified Diff: scripts/bitmaps/process_all_targets.sh

Issue 6273012: Make make_bmp_images work specially on ARM (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: use x86/arm as argument Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/bitmaps/makelines.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/bitmaps/process_all_targets.sh
diff --git a/scripts/bitmaps/process_all_targets.sh b/scripts/bitmaps/process_all_targets.sh
index 851a524ffc931149c482ee560f3c45884bcf03c1..a290053c9b2f659cb831044ba0fdd524b38666e0 100755
--- a/scripts/bitmaps/process_all_targets.sh
+++ b/scripts/bitmaps/process_all_targets.sh
@@ -63,6 +63,6 @@ for f in $(find "${tree}" -type f -name 'bmp_*_[0-9]*.fv'); do
continue
;;
esac
- ./make_bmp_images.sh "${elements} ${signature}" "${geometry}"
+ ./make_bmp_images.sh "${elements} ${signature}" "${geometry}" "x86"
echo
done
« no previous file with comments | « scripts/bitmaps/makelines.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698