summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-04-11 11:34:14 -0700
committerStephen Bird <sbird@cyngn.com>2016-04-11 12:46:20 -0700
commitb7d704a9dd8e1e0b0046ad30de5f80e7d2958342 (patch)
treef3bad580b93f98b67d8fe6efe81c7d8e78719376
parentcf732b7076d62e2e2862dd2b320c67f101a2fadf (diff)
downloadpackages_apps_PhoneCommon-b7d704a9dd8e1e0b0046ad30de5f80e7d2958342.tar.gz
packages_apps_PhoneCommon-b7d704a9dd8e1e0b0046ad30de5f80e7d2958342.tar.bz2
packages_apps_PhoneCommon-b7d704a9dd8e1e0b0046ad30de5f80e7d2958342.zip
Remove unneeded source line
src-ambient doesn't need to build unless the package that depends on it specifys it directly Ticket: CD-537 Change-Id: I715810aebdf779f3eb57e92144dbe7f20ece3ffc (cherry picked from commit 5c9ce9b7cceb0f5ce2545324f7df0eb4ff5c02c3)
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 79cdd91..c12b37d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,7 +18,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_SRC_FILES += $(call all-java-files-under, src-ambient)
LOCAL_RESOURCE_FILES := $(addprefix $(LOCAL_PATH)/, res)
LOCAL_PACKAGE_NAME := com.android.phone.common