blob: 5ac735630d2cd278e5aa8c15056c940c7f3d3c4b [file] [log] [blame]
Marco Nelissenbb362b22009-10-15 13:40:54 -07001#
2# Copyright (C) 2008 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LOCAL_PATH := $(call my-dir)
18include $(CLEAR_VARS)
19
Jean-Baptiste Querua23d8e02010-01-05 11:09:55 -080020LOCAL_MODULE_TAGS := optional
Marco Nelissenbb362b22009-10-15 13:40:54 -070021
Shih-wei Liao16f66f42010-07-20 01:01:00 -070022LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src)
Marco Nelissenbb362b22009-10-15 13:40:54 -070023
24LOCAL_PACKAGE_NAME := VisualizationWallpapers
25LOCAL_CERTIFICATE := shared
Stephen Hines179aa022014-08-20 14:00:45 -070026LOCAL_SDK_VERSION := 17
Marco Nelissenbb362b22009-10-15 13:40:54 -070027
Ying Wang702a0292010-09-29 15:20:22 -070028LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Ying Wang9aa7e642010-02-19 18:54:59 -080029
Marco Nelissenbb362b22009-10-15 13:40:54 -070030include $(BUILD_PACKAGE)