blob: 3d954934d5c9fee87f4839a11031eb1f0173f0d1 [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001#
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 Queru2583ac52010-01-05 11:09:52 -080020LOCAL_MODULE_TAGS := optional
The Android Open Source Project31dd5032009-03-03 19:32:27 -080021
Daniel Sandler4e1cd232011-05-12 00:06:32 -040022LOCAL_STATIC_JAVA_LIBRARIES := android-common android-support-v13
Bjorn Bringert3e244cf2010-02-10 14:17:35 +000023
Chris Lei5ace1b52013-05-13 15:08:17 -070024LOCAL_JAVA_LIBRARIES := telephony-common
25
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -070026LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
Michael Jurkae233a8b2013-03-19 13:49:20 +010027LOCAL_SDK_VERSION := current
The Android Open Source Project31dd5032009-03-03 19:32:27 -080028
Joe Onoratoa5902522009-07-30 13:37:37 -070029LOCAL_PACKAGE_NAME := Launcher2
Dianne Hackborn12687cf2010-03-09 15:03:20 -080030LOCAL_CERTIFICATE := shared
Christopher Tatede2d3802013-05-10 14:10:15 -070031LOCAL_PRIVILEGED_MODULE := true
The Android Open Source Project31dd5032009-03-03 19:32:27 -080032
Jean-Baptiste Queru2b75fb52010-03-03 11:27:21 -080033LOCAL_OVERRIDES_PACKAGES := Home
The Android Open Source Project31dd5032009-03-03 19:32:27 -080034
Ying Wangb159e772010-09-29 15:25:38 -070035LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Ying Wang77de1172010-02-19 18:50:32 -080036
The Android Open Source Project31dd5032009-03-03 19:32:27 -080037include $(BUILD_PACKAGE)
Shih-wei Liao163feae2010-07-20 01:22:10 -070038
Tsu Chiang Chuang923aa622011-06-17 11:26:15 -070039include $(call all-makefiles-under,$(LOCAL_PATH))