155a384c62528636190cfe0762228d4c2795c6883Romain Guy#
255a384c62528636190cfe0762228d4c2795c6883Romain Guy# Copyright (C) 2008 The Android Open Source Project
355a384c62528636190cfe0762228d4c2795c6883Romain Guy#
455a384c62528636190cfe0762228d4c2795c6883Romain Guy# Licensed under the Apache License, Version 2.0 (the "License");
555a384c62528636190cfe0762228d4c2795c6883Romain Guy# you may not use this file except in compliance with the License.
655a384c62528636190cfe0762228d4c2795c6883Romain Guy# You may obtain a copy of the License at
755a384c62528636190cfe0762228d4c2795c6883Romain Guy#
855a384c62528636190cfe0762228d4c2795c6883Romain Guy#      http://www.apache.org/licenses/LICENSE-2.0
955a384c62528636190cfe0762228d4c2795c6883Romain Guy#
1055a384c62528636190cfe0762228d4c2795c6883Romain Guy# Unless required by applicable law or agreed to in writing, software
1155a384c62528636190cfe0762228d4c2795c6883Romain Guy# distributed under the License is distributed on an "AS IS" BASIS,
1255a384c62528636190cfe0762228d4c2795c6883Romain Guy# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1355a384c62528636190cfe0762228d4c2795c6883Romain Guy# See the License for the specific language governing permissions and
1455a384c62528636190cfe0762228d4c2795c6883Romain Guy# limitations under the License.
1555a384c62528636190cfe0762228d4c2795c6883Romain Guy#
1655a384c62528636190cfe0762228d4c2795c6883Romain Guy
1755a384c62528636190cfe0762228d4c2795c6883Romain GuyLOCAL_PATH := $(call my-dir)
1855a384c62528636190cfe0762228d4c2795c6883Romain Guyinclude $(CLEAR_VARS)
1955a384c62528636190cfe0762228d4c2795c6883Romain Guy
201ee9c723e5e66172faa70f9ba5f237baf1382666Jean-Baptiste QueruLOCAL_MODULE_TAGS := optional
2155a384c62528636190cfe0762228d4c2795c6883Romain Guy
22bbcb0fd07eab29338af3521ea0a6f30bf95ac2deShih-wei LiaoLOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src)
2355a384c62528636190cfe0762228d4c2795c6883Romain Guy
2455a384c62528636190cfe0762228d4c2795c6883Romain GuyLOCAL_PACKAGE_NAME := LiveWallpapers
2555a384c62528636190cfe0762228d4c2795c6883Romain GuyLOCAL_CERTIFICATE := shared
2655a384c62528636190cfe0762228d4c2795c6883Romain Guy
27bd0f5b84ae233e6e1298e0a27b894b5b029e3ff5Ying WangLOCAL_PROGUARD_FLAG_FILES := proguard.flags
28a7ebbad78555cce7f5634308dbdd940b1ae15a3dYing Wang
2955a384c62528636190cfe0762228d4c2795c6883Romain Guyinclude $(BUILD_PACKAGE)
30adb5ba4d9dc0758ece4af8ddf24d51ebdf3422f6Shih-wei Liao
31