summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@google.com>2014-06-19 12:33:34 -0700
committerSai Cheemalapati <saicheems@google.com>2014-06-20 11:27:27 -0700
commitc4a7bd9be54759105c0a9ea235ac5bda2c1b3f8f (patch)
tree664d9322649e4fdec4a078afefebf51d1d29df40 /Android.mk
parent16f62c5ab5c21981e63d678187ad4b44e686332b (diff)
downloadandroid_packages_apps_PhoneCommon-c4a7bd9be54759105c0a9ea235ac5bda2c1b3f8f.tar.gz
android_packages_apps_PhoneCommon-c4a7bd9be54759105c0a9ea235ac5bda2c1b3f8f.tar.bz2
android_packages_apps_PhoneCommon-c4a7bd9be54759105c0a9ea235ac5bda2c1b3f8f.zip
Update Emergency Dialer to match Dialer (5/5).
Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I9137a6114dad628309659b5381d501d7db2f455f
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index f01263e..3d1bb08 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,11 +13,12 @@
# limitations under the License.
LOCAL_PATH:= $(call my-dir)
-
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_RESOURCE_FILES := $(addprefix $(LOCAL_PATH)/, res)
-LOCAL_MODULE := com.android.phone.shared
+LOCAL_PACKAGE_NAME := com.android.phone.common
-include $(BUILD_STATIC_JAVA_LIBRARY)
+include $(BUILD_PACKAGE)
+include $(CLEAR_VARS)