From ee55f653e861d150a3bed1a053b802992c499fe5 Mon Sep 17 00:00:00 2001 From: Matt Garnes Date: Mon, 16 Jun 2014 18:51:03 -0700 Subject: [PATCH] Add the CMHome application to the common_full makefile. Change-Id: I240d774d68e28fa8a71487c9708c1950c935dd78 --- config/common_full.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/common_full.mk b/config/common_full.mk index 9f51f809..48eac954 100644 --- a/config/common_full.mk +++ b/config/common_full.mk @@ -21,7 +21,8 @@ PRODUCT_PACKAGES += \ PhaseBeam \ VisualizationWallpapers \ PhotoTable \ - SoundRecorder + SoundRecorder \ + CMHome PRODUCT_PACKAGES += \ VideoEditor \