commit | 10265a8cbe36fecf59e7630ebf1132b8ecc0902d | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Thu Nov 08 08:18:59 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 08 08:18:59 2018 +0000 |
tree | d3befccaa8f0209e72b99e39e15e4ba7affe29d2 | |
parent | b3fe0136d85f889ba467ea3e259bd18805c06762 [diff] | |
parent | fd522d01321df225c5e376063dd5154d1e7bc8c5 [diff] |
Merge "Finalize the name of the apex package"
diff --git a/libc/tzcode/bionic.cpp b/libc/tzcode/bionic.cpp index 0efcc7b..51fd39a 100644 --- a/libc/tzcode/bionic.cpp +++ b/libc/tzcode/bionic.cpp
@@ -205,7 +205,7 @@ 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;