blob: a390faa9aad25d96ea436192e82bef6a003c1de7 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := GlobalTime
# TODO: build fails with this set
# LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)