diff options
author | Romain Guy <romainguy@android.com> | 2009-10-16 15:07:32 -0700 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-10-16 15:46:55 -0700 |
commit | a45f6642277aee095483ed85b20d807c111b71a1 (patch) | |
tree | 48f3b00679fb06a4765d4447a173e2a745e7c8cb /Android.mk | |
parent | 1d708e72625ef84dfea65ef65baa6b7bda932ce3 (diff) | |
download | packages_apps_trebuchet-a45f6642277aee095483ed85b20d807c111b71a1.zip packages_apps_trebuchet-a45f6642277aee095483ed85b20d807c111b71a1.tar.gz packages_apps_trebuchet-a45f6642277aee095483ed85b20d807c111b71a1.tar.bz2 |
Remove live wallpaper picker from Launcher2.
Change-Id: I2c48f3624128276c3460939960168163d3c74c08
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -14,21 +14,6 @@ # limitations under the License. # -###################################################### -# -# WARNING -# -# /\ -# /||\ -# / || \ -# / \ -# / || \ -# /__________\ -# -# Change the LOCAL_CERTIFICATE back to shared -# -###################################################### - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -37,8 +22,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_PACKAGE_NAME := Launcher2 -LOCAL_CERTIFICATE := platform -# LOCAL_CERTIFICATE := shared +LOCAL_CERTIFICATE := shared LOCAL_OVERRIDES_PACKAGES := Launcher |