• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_PACKAGE_NAME := GlobalTime
9
10# TODO: build fails with this set
11# LOCAL_SDK_VERSION := current
12
13include $(BUILD_PACKAGE)
14