summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAxesh R. Ajmera <aajmera@codeaurora.org>2014-04-09 15:05:59 -0700
committerWebTech Code Review <code-review@localhost>2014-04-16 13:08:51 -0700
commit6bb57a2f469c47da67bf55bf531e6b52761ac079 (patch)
treed6309dda62cd4edd3951a2588b9fecccc9f2f01f /tools
parent91e61fd633f166eadb8830819b45fe45b826874c (diff)
downloadandroid_packages_apps_Gello-6bb57a2f469c47da67bf55bf531e6b52761ac079.tar.gz
android_packages_apps_Gello-6bb57a2f469c47da67bf55bf531e6b52761ac079.tar.bz2
android_packages_apps_Gello-6bb57a2f469c47da67bf55bf531e6b52761ac079.zip
Localized strings for Hongkong(Chinese) and Simplified Chinese
- Removed the password strings - removed teh diffs in about.xml generator Change-Id: I5e01ec7a5496036765ad80fdeb50a93250d7bcf2
Diffstat (limited to 'tools')
-rwxr-xr-xtools/generate_about.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/generate_about.sh b/tools/generate_about.sh
index c44072a0..1b735660 100755
--- a/tools/generate_about.sh
+++ b/tools/generate_about.sh
@@ -136,21 +136,6 @@ do
warning "using version ${VERSION}.. merge-base:\"${MERGE_BASE}\" branch: \"${BRANCH}\""
fi
- if (( ${ABOUT} ))
- then
- # collect diffs (just in case. this will normally be NULL)
- DIFFS=$(gclient recurse git diff)
- DIFFS=${DIFFS//&/&amp;}
- DIFFS=${DIFFS//</&lt;}
- DIFFS=${DIFFS//$'\x5c'/$'\x5c'$'\x5c'} # \ -> \\
- DIFFS=${DIFFS//$'\x27'/$'\x5c'$'\x27'} # ' -> \'
- DIFFS=${DIFFS//$'\n'/$'\n'\\n} # newline to newline\n
- if [[ -n ${DIFFS} ]]
- then
- DIFFS="Diffs:\n<tt><font size=\"4\">${DIFFS}</font></tt>"
- warning "including diffs in about box" >&2
- fi
- fi
popd >/dev/null || error 1 "popd from $CHROME_SRC failed?"
break
done
@@ -176,7 +161,6 @@ Built: ${DATE}\n
Host: ${HOSTNAME}\n
User: ${USER}\n
Hash: ${HASH} (${BRANCH})\n
-${DIFFS}
</string>
</resources>
" > "${ABOUTFILE}" || error 1 "could not write to ${ABOUTFILE}"