diff options
| author | Sai Cheemalapati <saicheems@google.com> | 2014-06-19 12:33:34 -0700 |
|---|---|---|
| committer | Sai Cheemalapati <saicheems@google.com> | 2014-06-20 14:58:12 -0700 |
| commit | 13b8948c0cc543f62a68fa32c4692ba16a2e93c6 (patch) | |
| tree | 64a355ff484d67726bd5c3e7ae8ae2afc24560d2 /Android.mk | |
| parent | 4aac9d221bd23ae582e44064ffcadc90d06b220d (diff) | |
| download | packages_apps_PhoneCommon-13b8948c0cc543f62a68fa32c4692ba16a2e93c6.tar.gz packages_apps_PhoneCommon-13b8948c0cc543f62a68fa32c4692ba16a2e93c6.tar.bz2 packages_apps_PhoneCommon-13b8948c0cc543f62a68fa32c4692ba16a2e93c6.zip | |
Update Emergency Dialer to match Dialer (5/7).
Emergency dialer style updated to match style in Dialer and
InCallUI.
Moved all dialpad resources to PhoneCommon.
Change-Id: Ia3b937c12fc133a04c10ba842df9e89012ba331d
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -13,11 +13,14 @@ # limitations under the License. LOCAL_PATH:= $(call my-dir) - include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional + 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) |
