169b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# Copyright (C) 2013 The Android Open Source Project
269b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown#
369b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# Licensed under the Apache License, Version 2.0 (the "License");
469b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# you may not use this file except in compliance with the License.
569b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# You may obtain a copy of the License at
669b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown#
769b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown#      http://www.apache.org/licenses/LICENSE-2.0
869b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown#
969b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# Unless required by applicable law or agreed to in writing, software
1069b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# distributed under the License is distributed on an "AS IS" BASIS,
1169b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1269b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# See the License for the specific language governing permissions and
1369b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# limitations under the License.
1469b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown
1569b07161bebdb2c726e3a826c2268866f1a94517Jeff BrownLOCAL_PATH := $(call my-dir)
1669b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown
1769b07161bebdb2c726e3a826c2268866f1a94517Jeff Brown# Build the application.
1869b07161bebdb2c726e3a826c2268866f1a94517Jeff Browninclude $(CLEAR_VARS)
1969b07161bebdb2c726e3a826c2268866f1a94517Jeff BrownLOCAL_PACKAGE_NAME := RemoteDisplayProviderTest
2069b07161bebdb2c726e3a826c2268866f1a94517Jeff BrownLOCAL_MODULE_TAGS := tests
2169b07161bebdb2c726e3a826c2268866f1a94517Jeff BrownLOCAL_SDK_VERSION := current
2269b07161bebdb2c726e3a826c2268866f1a94517Jeff BrownLOCAL_SRC_FILES := $(call all-java-files-under, src)
2369b07161bebdb2c726e3a826c2268866f1a94517Jeff BrownLOCAL_RESOURCE_DIR = $(LOCAL_PATH)/res
2469b07161bebdb2c726e3a826c2268866f1a94517Jeff BrownLOCAL_JAVA_LIBRARIES := com.android.media.remotedisplay
25e7ae644522f692c204d0233f91e77c7841bdfe53Jeff BrownLOCAL_CERTIFICATE := platform
2669b07161bebdb2c726e3a826c2268866f1a94517Jeff Browninclude $(BUILD_PACKAGE)
27