Created
November 2, 2013 09:30
-
-
Save steven676/7277173 to your computer and use it in GitHub Desktop.
[PATCH] Use new Launcher3 in place of old launcher in device builds (against android-4.4_r1 build/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 7b3cfce46e722082465a513dc54092f0bc08e408 Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Sat, 2 Nov 2013 02:28:52 -0700 | |
Subject: [PATCH] Use new Launcher3 in place of old launcher in device builds | |
Change-Id: Ic5406804e5f7db22a2e1d2c86dee1dd5dc5fc86c | |
--- | |
target/product/generic_no_telephony.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk | |
index 1155b4e..4f3c102 100644 | |
--- a/target/product/generic_no_telephony.mk | |
+++ b/target/product/generic_no_telephony.mk | |
@@ -33,7 +33,7 @@ PRODUCT_PACKAGES := \ | |
InputDevices \ | |
Keyguard \ | |
LatinIME \ | |
- Launcher2 \ | |
+ Launcher3 \ | |
Music \ | |
MusicFX \ | |
OneTimeInitializer \ | |
-- | |
1.7.10.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment