blob: fb152bb590979c4ba6aa87f724372c55af96c9f3 [file] [log] [blame]
# 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)