Commit b0edf66d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Disable tzdata in $ANDROID_DATA.

Bug: 18139284
Change-Id: I87d52e4f5bf18692a47c762fb4155ba68beffae2
parent 8afb3813
......@@ -41,8 +41,7 @@ import libcore.io.MemoryMappedFile;
*/
public final class ZoneInfoDB {
private static final TzData DATA =
new TzData(System.getenv("ANDROID_DATA") + "/misc/zoneinfo/tzdata",
System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/tzdata");
new TzData(System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/tzdata");
public static class TzData {
/**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment