1185268942b946028b65f5cff9b335af97f9aeab8Romain Guy#
2185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# Copyright (C) 2011 The Android Open Source Project
3185268942b946028b65f5cff9b335af97f9aeab8Romain Guy#
4185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# Licensed under the Apache License, Version 2.0 (the "License");
5185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# you may not use this file except in compliance with the License.
6185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# You may obtain a copy of the License at
7185268942b946028b65f5cff9b335af97f9aeab8Romain Guy#
8185268942b946028b65f5cff9b335af97f9aeab8Romain Guy#      http://www.apache.org/licenses/LICENSE-2.0
9185268942b946028b65f5cff9b335af97f9aeab8Romain Guy#
10185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# Unless required by applicable law or agreed to in writing, software
11185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# distributed under the License is distributed on an "AS IS" BASIS,
12185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# See the License for the specific language governing permissions and
14185268942b946028b65f5cff9b335af97f9aeab8Romain Guy# limitations under the License.
15185268942b946028b65f5cff9b335af97f9aeab8Romain Guy#
16185268942b946028b65f5cff9b335af97f9aeab8Romain Guy
17185268942b946028b65f5cff9b335af97f9aeab8Romain GuyLOCAL_PATH := $(call my-dir)
18185268942b946028b65f5cff9b335af97f9aeab8Romain Guyinclude $(CLEAR_VARS)
19185268942b946028b65f5cff9b335af97f9aeab8Romain Guy
2010efb53234d214ac414605e8e52b68e3d40f6f3fStephen HinesLOCAL_MODULE_TAGS := tests
21185268942b946028b65f5cff9b335af97f9aeab8Romain Guy
22185268942b946028b65f5cff9b335af97f9aeab8Romain GuyLOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
23185268942b946028b65f5cff9b335af97f9aeab8Romain Guy
24185268942b946028b65f5cff9b335af97f9aeab8Romain GuyLOCAL_PACKAGE_NAME := ShadersTest
25185268942b946028b65f5cff9b335af97f9aeab8Romain Guy
26185268942b946028b65f5cff9b335af97f9aeab8Romain Guyinclude $(BUILD_PACKAGE)
27