summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2016-04-08 11:43:12 -0700
committerScott Mertz <scott@cyngn.com>2016-04-08 14:45:08 -0700
commit3866f97807dfb6664246749caa9b983f32cd5472 (patch)
tree50ea71a05d58ad10dfff34ec214d41ec5569b441
parent2ab2d04b789bcd935ce9e25fd44092235dbcc4b5 (diff)
downloadandroid_packages_apps_ExactCalculator-3866f97807dfb6664246749caa9b983f32cd5472.tar.gz
android_packages_apps_ExactCalculator-3866f97807dfb6664246749caa9b983f32cd5472.tar.bz2
android_packages_apps_ExactCalculator-3866f97807dfb6664246749caa9b983f32cd5472.zip
ExactCalculator: Remove override of Calculator package
* We don't include Calculator as part of the default manifest, and we want the old Calculator package to override this in cases we do include it. RM-232 Change-Id: I8b69f1c53502a8a461cf449b349c17d0d9e26de0
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 39f475e..da746c8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
-LOCAL_OVERRIDES_PACKAGES := Calculator
LOCAL_PACKAGE_NAME := ExactCalculator
LOCAL_SDK_VERSION := current