summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-08-13 12:53:24 -0700
committerRomain Guy <romainguy@android.com>2009-08-13 12:53:24 -0700
commit41669fc9c6d4faab98d527c8f4c449725c29c8df (patch)
tree0df0fc1044167a2a362a8ac48c4250e04abeb4ef /Android.mk
parenteb2c02eedb72f8b9db2fcace8dcfc6019d04112c (diff)
downloadandroid_packages_apps_Trebuchet-41669fc9c6d4faab98d527c8f4c449725c29c8df.tar.gz
android_packages_apps_Trebuchet-41669fc9c6d4faab98d527c8f4c449725c29c8df.tar.bz2
android_packages_apps_Trebuchet-41669fc9c6d4faab98d527c8f4c449725c29c8df.zip
Add live wallpapers picker to Launcher2. This is temporary.
This change requires changing the signature and shared user id of Launcher2, we will have to revert this once we move the wallpapers picker back to Settings.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk18
1 files changed, 17 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 73ef0352a..062ebf548 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,21 @@
# limitations under the License.
#
+######################################################
+#
+# WARNING
+#
+# /\
+# /||\
+# / || \
+# / \
+# / || \
+# /__________\
+#
+# Change the LOCAL_CERTIFICATE back to shared
+#
+######################################################
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -22,7 +37,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := Launcher2
-LOCAL_CERTIFICATE := shared
+LOCAL_CERTIFICATE := platform
+#LOCAL_CERTIFICATE := shared
#LOCAL_OVERRIDES_PACKAGES := Home