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

Unified Diff: scripts/copy_data_android.sh

Issue 2182883004: Big Endian support part 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 4 years, 5 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/copy_data.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/copy_data_android.sh
diff --git a/scripts/copy_data_android.sh b/scripts/copy_data_android.sh
index 0ed1fbd8f9a4cb0c652428174e6d65573c1c1ca3..03acebda44609e271ff2161395157949b76f1fd9 100755
--- a/scripts/copy_data_android.sh
+++ b/scripts/copy_data_android.sh
@@ -9,9 +9,8 @@
TOPSRC="$(dirname "$0")/.."
source "${TOPSRC}/scripts/data_common.sh"
-echo "Copying icudtl.dat and the corresponding assembly source for Android"
+echo "Copying icudtl.dat for Android"
cp "data/out/tmp/icudt${VERSION}l.dat" "${TOPSRC}/android/icudtl.dat"
-cp "data/out/tmp/icudt${VERSION}l_dat.S" "${TOPSRC}/android/icudtl_dat.S"
-echo "Done with copying pre-built ICU data files for Android."
+echo "Done with copying pre-built ICU data file for Android."
« no previous file with comments | « scripts/copy_data.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698