summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2015-05-21 08:16:14 -0700
committerbohu <bohu@google.com>2015-05-21 08:16:14 -0700
commitd79778faf3180ec0db67e7a12e0871d39867565a (patch)
treecb2552dd2828c26c099f695c7c45d1a058dc2c2b /target
parent58c1b96165e525808280502581700909d6371715 (diff)
downloadbuild-d79778faf3180ec0db67e7a12e0871d39867565a.zip
build-d79778faf3180ec0db67e7a12e0871d39867565a.tar.gz
build-d79778faf3180ec0db67e7a12e0871d39867565a.tar.bz2
Replace Launcher2 with Launcher3
Launcher2 is deprecated and should use Launcher3, as the latter can handle higher resolution devices (such as Nexus 6). Most importantly, Launcher3 is maintained. Change-Id: I3a80f242af2baaebe90af93794b0ba5e249dbc7d
Diffstat (limited to 'target')
-rw-r--r--target/product/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index 519dbb8..d27fb8e 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -40,7 +40,7 @@ PRODUCT_PACKAGES += \
KeyChain \
Keyguard \
LatinIME \
- Launcher2 \
+ Launcher3 \
ManagedProvisioning \
PicoTts \
PacProcessor \