blob: 90c35ca7da9159ac814d485f8f6439c8b5bd108d [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
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -070024LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
Michael Jurkae233a8b2013-03-19 13:49:20 +010025LOCAL_SDK_VERSION := current
The Android Open Source Project31dd5032009-03-03 19:32:27 -080026
Joe Onoratoa5902522009-07-30 13:37:37 -070027LOCAL_PACKAGE_NAME := Launcher2
Dianne Hackborn12687cf2010-03-09 15:03:20 -080028LOCAL_CERTIFICATE := shared
Christopher Tatede2d3802013-05-10 14:10:15 -070029LOCAL_PRIVILEGED_MODULE := true
The Android Open Source Project31dd5032009-03-03 19:32:27 -080030
Jean-Baptiste Queru2b75fb52010-03-03 11:27:21 -080031LOCAL_OVERRIDES_PACKAGES := Home
The Android Open Source Project31dd5032009-03-03 19:32:27 -080032
Ying Wangb159e772010-09-29 15:25:38 -070033LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Ying Wang77de1172010-02-19 18:50:32 -080034
The Android Open Source Project31dd5032009-03-03 19:32:27 -080035include $(BUILD_PACKAGE)
Shih-wei Liao163feae2010-07-20 01:22:10 -070036
Tsu Chiang Chuang923aa622011-06-17 11:26:15 -070037include $(call all-makefiles-under,$(LOCAL_PATH))