summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index fcc8b96..43d5499 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,11 @@
# limitations under the License.
#
+LOCAL_PATH := $(call my-dir)
+
ifneq ($(TARGET_SIMULATOR),true)
include $(call all-subdir-makefiles)
+else
+ # The host dalvikvm needs Android's concatenated & indexed timezone data.
+ include $(LOCAL_PATH)/libc/zoneinfo/Android.mk
endif