commit | 4e33c4ff9b7e29a923b00a42669bef88c76f93fe | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Sat Dec 08 16:41:48 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Dec 08 16:41:48 2018 +0000 |
tree | 3ebeb19b4e6d4da4aac3bbcedf8be3dc03180923 | |
parent | b0f293ce52ba095e325ab68e49403d401891ee3a [diff] | |
parent | 9268977f2d4e553342dffc9f1a20d72bd813821c [diff] |
Merge "Track move of APEX module tz files under etc/tz"
diff --git a/libc/tzcode/bionic.cpp b/libc/tzcode/bionic.cpp index 51fd39a..ee835b2 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/etc/tzdata", + fd = __bionic_open_tzdata_path("/apex/com.android.tzdata/etc/tz/tzdata", olson_id, entry_length); if (fd >= 0) return fd;