aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
blob: fb152bb590979c4ba6aa87f724372c55af96c9f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Author: Linaro Android Team <linaro-dev@lists.linaro.org>
#
# These files are Copyright (C) 2012 Linaro Limited and they
# are licensed under the Apache License, Version 2.0.
# You may obtain a copy of this license at
# http://www.apache.org/licenses/LICENSE-2.0

local_target_dir := $(TARGET_OUT_DATA)/local/tmp
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_MODULE_TAGS := optional

LOCAL_MODULE := linaro.android

LOCAL_JAVA_LIBRARIES := uiautomator.core

LOCAL_MODULE_PATH := $(local_target_dir)

include $(BUILD_JAVA_LIBRARY)