aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-11-08 08:18:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-08 08:18:59 +0000
commit10265a8cbe36fecf59e7630ebf1132b8ecc0902d (patch)
treed3befccaa8f0209e72b99e39e15e4ba7affe29d2 /libc
parentb3fe0136d85f889ba467ea3e259bd18805c06762 (diff)
parentfd522d01321df225c5e376063dd5154d1e7bc8c5 (diff)
downloadbionic-10265a8cbe36fecf59e7630ebf1132b8ecc0902d.tar.gz
Merge "Finalize the name of the apex package"
Diffstat (limited to 'libc')
-rw-r--r--libc/tzcode/bionic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/tzcode/bionic.cpp b/libc/tzcode/bionic.cpp
index 0efcc7b18..51fd39a53 100644
--- a/libc/tzcode/bionic.cpp
+++ b/libc/tzcode/bionic.cpp
@@ -205,7 +205,7 @@ int __bionic_open_tzdata(const char* olson_id, int32_t* entry_length) {
olson_id, entry_length);
if (fd >= 0) return fd;
- fd = __bionic_open_tzdata_path("/apex/com.android.tzdata.apex/etc/tzdata",
+ fd = __bionic_open_tzdata_path("/apex/com.android.tzdata/etc/tzdata",
olson_id, entry_length);
if (fd >= 0) return fd;