summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2015-04-16 15:05:07 -0700
committerJustin Klaassen <justinklaassen@google.com>2015-04-16 15:11:42 -0700
commit01db51b36603f5349c7a372715d22b8352ea9e8d (patch)
tree729a26c8afb7af2315cdd2326b7ea63fc007736e /Android.mk
parent013969e98ce9e3eb4f87ec6159b06a74d07b2592 (diff)
downloadandroid_packages_apps_ExactCalculator-01db51b36603f5349c7a372715d22b8352ea9e8d.tar.gz
android_packages_apps_ExactCalculator-01db51b36603f5349c7a372715d22b8352ea9e8d.tar.bz2
android_packages_apps_ExactCalculator-01db51b36603f5349c7a372715d22b8352ea9e8d.zip
Prepare ExactCalculator for master fishfood
- Switched back to using com.android.calculator2 package name. - Setup to replace Calculator package. - Replaced launcher icon with fishfood variant. Change-Id: Ie3a74249e4d1808c50bfd86a3030e0ae61165c67
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index 2f3e84d..39f475e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,17 +19,16 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := cr android-support-v4
-
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_OVERRIDES_PACKAGES := Calculator
+LOCAL_PACKAGE_NAME := ExactCalculator
LOCAL_SDK_VERSION := current
-LOCAL_PACKAGE_NAME := ExactCalculator
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+LOCAL_STATIC_JAVA_LIBRARIES := cr android-support-v4
-LOCAL_AAPT_FLAGS := --rename-manifest-package com.android.exactcalculator
+LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)