blob: 48ee1f67375542c64f7c35b1c16777bdbde9718f [file] [log] [blame]
Matthew Williams13b02412014-06-06 19:05:44 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6LOCAL_SRC_FILES := $(call all-java-files-under, src)
7
8LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
9
10LOCAL_PACKAGE_NAME := JobSchedulerTestApp
Anton Hanssonab6ec612018-02-23 12:57:51 +000011LOCAL_SDK_VERSION := current
Matthew Williams13b02412014-06-06 19:05:44 -070012
13LOCAL_PROGUARD_ENABLED := disabled
14
15include $(BUILD_PACKAGE)
16