commit | 978167a4775e0a41aa6e7bc14de93d977dbbb5b9 | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Mon Jan 18 17:56:33 2021 +0000 |
committer | Victor Chang <vichang@google.com> | Tue Jan 19 16:12:46 2021 +0000 |
tree | 5d0cdd05d8e8c50b6d4647c454f4b2577a4c9ec0 | |
parent | 8ad64df576fd6880ff73969b9a53f786c2a83a67 [diff] |
Copy ICU release-68-2 into aosp/icu68 Copy the files with the following commands: find icu4j/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\|adjust_icudt_path.mk\|liblayout-jarjar-rules.txt\|.gitignore\|AndroidTest.xml\)" -delete find icu4c/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\|.gitignore\|AndroidTest.xml\)" -delete cp -r ${UPSTREAM_ICU_GIT}/icu4j . cp -r ${UPSTREAM_ICU_GIT}/icu4c . git checkout HEAD -- icu4c/.gitignore icu4j/.gitignore rm -r tools/cldr cp -r ${UPSTREAM_ICU_GIT}/tools/cldr tools/cldr Extra command to force adding ignored files: cd tools/cldr/lib && git add -f install-cldr-jars.sh pom.xml Change-Id: I601eead71f295e3e69de1bf35fee800ebbb9970b