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>
diff --git a/libc/Android.bp b/libc/Android.bp
index c8df591..3ee7c0a 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -262,6 +262,8 @@
         "-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.