11c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley#
21c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# Copyright (C) 2016 The Android Open Source Project
31c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley#
41c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# Licensed under the Apache License, Version 2.0 (the "License");
51c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# you may not use this file except in compliance with the License.
61c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# You may obtain a copy of the License at
71c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley#
81c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley#      http://www.apache.org/licenses/LICENSE-2.0
91c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley#
101c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# Unless required by applicable law or agreed to in writing, software
111c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# distributed under the License is distributed on an "AS IS" BASIS,
121c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# See the License for the specific language governing permissions and
141c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley# limitations under the License.
151c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley#
161c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley
171c811fa46810612adf039f8aafa235ddb39aaa32Christopher WileyLOCAL_PATH := $(call my-dir)
181c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley
191c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wileyinclude $(CLEAR_VARS)
201c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley
211c811fa46810612adf039f8aafa235ddb39aaa32Christopher WileyLOCAL_MODULE := frameworks-base-testutils
221c811fa46810612adf039f8aafa235ddb39aaa32Christopher WileyLOCAL_MODULE_TAG := tests
231c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley
241c811fa46810612adf039f8aafa235ddb39aaa32Christopher WileyLOCAL_SRC_FILES := $(call all-java-files-under,java)
251c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley
261c811fa46810612adf039f8aafa235ddb39aaa32Christopher WileyLOCAL_STATIC_JAVA_LIBRARIES := \
271c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley    android-support-test \
281c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley    mockito-target
291c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wiley
301c811fa46810612adf039f8aafa235ddb39aaa32Christopher Wileyinclude $(BUILD_STATIC_JAVA_LIBRARY)
31