* commit 'feccec68c57f03647166317b7f528364f925bbab': update-tzdata.py needs to know where to find icu.
This commit is contained in:
commit
42775b512f
@ -31,8 +31,8 @@ CheckDirExists(bionic_libc_tools_zoneinfo_dir, 'bionic/libc/tools/zoneinfo')
|
|||||||
print 'Found bionic in %s ...' % bionic_dir
|
print 'Found bionic in %s ...' % bionic_dir
|
||||||
|
|
||||||
# Find the icu4c directory.
|
# Find the icu4c directory.
|
||||||
icu_dir = os.path.realpath('%s/../external/icu4c' % bionic_dir)
|
icu_dir = os.path.realpath('%s/../external/icu/icu4c/source' % bionic_dir)
|
||||||
CheckDirExists(icu_dir, 'external/icu4c')
|
CheckDirExists(icu_dir, 'external/icu/icu4c/source')
|
||||||
print 'Found icu in %s ...' % icu_dir
|
print 'Found icu in %s ...' % icu_dir
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user