1e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu#
2e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# Copyright (C) 2012 The Android Open Source Project
3e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu#
4e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# Licensed under the Apache License, Version 2.0 (the "License");
5e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# you may not use this file except in compliance with the License.
6e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# You may obtain a copy of the License at
7e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu#
8e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu#      http://www.apache.org/licenses/LICENSE-2.0
9e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu#
10e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# Unless required by applicable law or agreed to in writing, software
11e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# distributed under the License is distributed on an "AS IS" BASIS,
12e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# See the License for the specific language governing permissions and
14e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu# limitations under the License.
15e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu#
16e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu
17e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang ZhuLOCAL_PATH:= $(call my-dir)
18e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu
19e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhuinclude $(CLEAR_VARS)
20e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang ZhuLOCAL_MODULE_TAGS := optional
21e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang ZhuLOCAL_SRC_FILES := $(call all-java-files-under, src)
22e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang ZhuLOCAL_STATIC_JAVA_LIBRARIES := uiautomator.core
23d2ca8e4c32020b465c8443a3d006b0af5a5b2befGuang ZhuLOCAL_MODULE := uiautomator
24e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu
25e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhuinclude $(BUILD_JAVA_LIBRARY)
26e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu
27e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhuinclude $(CLEAR_VARS)
28d2ca8e4c32020b465c8443a3d006b0af5a5b2befGuang ZhuLOCAL_MODULE := uiautomator
29e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang ZhuLOCAL_SRC_FILES := uiautomator
30e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang ZhuLOCAL_MODULE_CLASS := EXECUTABLES
31e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang ZhuLOCAL_MODULE_TAGS := optional
32e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhu
33e54d649fb83a0a44516e5c25a9ac1992c8950e59Guang Zhuinclude $(BUILD_PREBUILT)
34