1df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd#
2df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# Copyright (C) 2010 The Android Open Source Project
3df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd#
4df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# Licensed under the Apache License, Version 2.0 (the "License");
5df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# you may not use this file except in compliance with the License.
6df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# You may obtain a copy of the License at
7df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd#
8df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd#      http://www.apache.org/licenses/LICENSE-2.0
9df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd#
10df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# Unless required by applicable law or agreed to in writing, software
11df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# distributed under the License is distributed on an "AS IS" BASIS,
12df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# See the License for the specific language governing permissions and
14df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# limitations under the License.
15df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd#
16df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd
17df96fff4e5162ae22eaaa32a45572d8791908908Mike DoddLOCAL_PATH:= $(call my-dir)
18df96fff4e5162ae22eaaa32a45572d8791908908Mike Doddinclude $(CLEAR_VARS)
19df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd
20df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd# Only compile source java files in this apk.
21df96fff4e5162ae22eaaa32a45572d8791908908Mike DoddLOCAL_SRC_FILES := $(call all-java-files-under, src)
22df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd
23df96fff4e5162ae22eaaa32a45572d8791908908Mike DoddLOCAL_PACKAGE_NAME := VideoChatCameraTestApp
24df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd
25df96fff4e5162ae22eaaa32a45572d8791908908Mike DoddLOCAL_SDK_VERSION := current
26df96fff4e5162ae22eaaa32a45572d8791908908Mike Dodd
2775631589693f1ad55f448d71d03a5138d71929a3Mike DoddLOCAL_MODULE_TAGS := tests
2875631589693f1ad55f448d71d03a5138d71929a3Mike Dodd
29df96fff4e5162ae22eaaa32a45572d8791908908Mike Doddinclude $(BUILD_PACKAGE)
30