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:
Almaz Mingaleev 2022-06-09 10:44:06 +00:00 committed by Automerger Merge Worker
commit dc4c1f7dd9

View file

@ -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.