blob: 016d151a9a498ed51d227864dd04abc161ce5df9 [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001#
Daniel Sandler325dc232013-06-05 22:57:57 -04002# Copyright (C) 2013 The Android Open Source Project
The Android Open Source Project31dd5032009-03-03 19:32:27 -08003#
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 Queru2583ac52010-01-05 11:09:52 -080020LOCAL_MODULE_TAGS := optional
The Android Open Source Project31dd5032009-03-03 19:32:27 -080021
Bjorn Bringert32b12d22013-06-06 13:00:41 +010022LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
Bjorn Bringert3e244cf2010-02-10 14:17:35 +000023
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -070024LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
Daniel Sandler325dc232013-06-05 22:57:57 -040025LOCAL_SDK_VERSION := 17
The Android Open Source Project31dd5032009-03-03 19:32:27 -080026
Daniel Sandler325dc232013-06-05 22:57:57 -040027LOCAL_PACKAGE_NAME := Launcher3
28#LOCAL_CERTIFICATE := shared
The Android Open Source Project31dd5032009-03-03 19:32:27 -080029
Jean-Baptiste Queru2b75fb52010-03-03 11:27:21 -080030LOCAL_OVERRIDES_PACKAGES := Home
The Android Open Source Project31dd5032009-03-03 19:32:27 -080031
Ying Wangb159e772010-09-29 15:25:38 -070032LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Ying Wang77de1172010-02-19 18:50:32 -080033
The Android Open Source Project31dd5032009-03-03 19:32:27 -080034include $(BUILD_PACKAGE)
Shih-wei Liao163feae2010-07-20 01:22:10 -070035
Tsu Chiang Chuang923aa622011-06-17 11:26:15 -070036include $(call all-makefiles-under,$(LOCAL_PATH))