Merge "Set TZDEFAULT to NULL." am: 9465700983
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2101267 Change-Id: I7a0ee6a032366d01f0f14d7adef40b6bd9a2ebbb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
dc4c1f7dd9
1 changed files with 2 additions and 0 deletions
|
@ -262,6 +262,8 @@ cc_library_static {
|
|||
"-DTHREAD_SAFE=1",
|
||||
// The name of the tm_gmtoff field in our struct tm.
|
||||
"-DTM_GMTOFF=tm_gmtoff",
|
||||
// TZDEFAULT is not applicable to Android as there is no one file per time zone mapping
|
||||
"-DTZDEFAULT=NULL",
|
||||
// Where we store our tzdata.
|
||||
"-DTZDIR=\"/system/usr/share/zoneinfo\"",
|
||||
// Include `tzname`, `timezone`, and `daylight` globals.
|
||||
|
|
Loading…
Reference in a new issue