From 1c282ce3d37f66b61af400aa468b13b776f3d5d0 Mon Sep 17 00:00:00 2001 From: "Christopher R. Palmer" Date: Tue, 22 Apr 2014 18:40:41 -0400 Subject: [PATCH] build: telephony: Only include VoiceDialer in telephony builds For WiFi only devices, they don't want this by default. Change-Id: I4d07ab25d971f8a50beb84e2fd5f6d0bf1aeb8fe --- config/common_full.mk | 1 - config/telephony.mk | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common_full.mk b/config/common_full.mk index 2eccc56b..9f51f809 100644 --- a/config/common_full.mk +++ b/config/common_full.mk @@ -21,7 +21,6 @@ PRODUCT_PACKAGES += \ PhaseBeam \ VisualizationWallpapers \ PhotoTable \ - VoiceDialer \ SoundRecorder PRODUCT_PACKAGES += \ diff --git a/config/telephony.mk b/config/telephony.mk index eeccc425..1c0c4a6a 100644 --- a/config/telephony.mk +++ b/config/telephony.mk @@ -16,6 +16,7 @@ PRODUCT_PACKAGES += \ Mms \ Stk \ CellBroadcastReceiver \ + VoiceDialer \ WhisperPush # Mms depends on SoundRecorder for recorded audio messages