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 11:34:14 -0700
commit5c9ce9b7cceb0f5ce2545324f7df0eb4ff5c02c3 (patch)
treef3bad580b93f98b67d8fe6efe81c7d8e78719376
parentcf732b7076d62e2e2862dd2b320c67f101a2fadf (diff)
downloadandroid_packages_apps_PhoneCommon-5c9ce9b7cceb0f5ce2545324f7df0eb4ff5c02c3.tar.gz
android_packages_apps_PhoneCommon-5c9ce9b7cceb0f5ce2545324f7df0eb4ff5c02c3.tar.bz2
android_packages_apps_PhoneCommon-5c9ce9b7cceb0f5ce2545324f7df0eb4ff5c02c3.zip
Remove unneeded source line
src-ambient doesn't need to build unless the package that depends on it specifys it directly Change-Id: I715810aebdf779f3eb57e92144dbe7f20ece3ffc
-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