159827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# Copyright (C) 2011 The Android Open Source Project
259827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira#
359827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# Licensed under the Apache License, Version 2.0 (the "License");
459827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# you may not use this file except in compliance with the License.
559827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# You may obtain a copy of the License at
659827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira#
759827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira#      http://www.apache.org/licenses/LICENSE-2.0
859827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira#
959827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# Unless required by applicable law or agreed to in writing, software
1059827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# distributed under the License is distributed on an "AS IS" BASIS,
1159827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1259827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# See the License for the specific language governing permissions and
1359827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira# limitations under the License.
144031c89f46edea42c64e183e46d49484f1f203c0Mindy PereiraLOCAL_PATH:= $(call my-dir)
154031c89f46edea42c64e183e46d49484f1f203c0Mindy Pereirainclude $(CLEAR_VARS)
1659827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira
174031c89f46edea42c64e183e46d49484f1f203c0Mindy PereiraLOCAL_SRC_FILES := $(call all-java-files-under, src)
1859827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira
1959827bad5b89a47bcb7074448b37547efca5abcbMindy PereiraLOCAL_PACKAGE_NAME := ChipsTests
204031c89f46edea42c64e183e46d49484f1f203c0Mindy PereiraLOCAL_MODULE_TAGS := tests
2159827bad5b89a47bcb7074448b37547efca5abcbMindy PereiraLOCAL_SDK_VERSION := current
224031c89f46edea42c64e183e46d49484f1f203c0Mindy PereiraLOCAL_CERTIFICATE := platform
234031c89f46edea42c64e183e46d49484f1f203c0Mindy PereiraLOCAL_JAVA_LIBRARIES := android.test.runner
244031c89f46edea42c64e183e46d49484f1f203c0Mindy PereiraLOCAL_STATIC_JAVA_LIBRARIES += android-common-chips
254031c89f46edea42c64e183e46d49484f1f203c0Mindy PereiraLOCAL_RESOURCE_DIR := frameworks/ex/chips/res/
268e78ebb07fde680e8067c8bce84ad0935cfafb39Mindy PereiraLOCAL_AAPT_FLAGS := --auto-add-overlay
278e78ebb07fde680e8067c8bce84ad0935cfafb39Mindy PereiraLOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
2859827bad5b89a47bcb7074448b37547efca5abcbMindy Pereira
2959827bad5b89a47bcb7074448b37547efca5abcbMindy Pereirainclude $(BUILD_PACKAGE)
304031c89f46edea42c64e183e46d49484f1f203c0Mindy Pereira
31