diff options
| author | Chiao Cheng <chiaocheng@google.com> | 2012-08-23 14:08:35 -0700 |
|---|---|---|
| committer | Chiao Cheng <chiaocheng@google.com> | 2012-08-24 14:28:37 -0700 |
| commit | 0ada29ea0983ed27e33d12dfe9b1280fc7005a7e (patch) | |
| tree | 34c7ee1339d359b006495f9684ace197d93dd443 /Android.mk | |
| parent | faed97c4fb2fade78ca0e7efcfa88d14dfe46175 (diff) | |
| download | packages_apps_PhoneCommon-0ada29ea0983ed27e33d12dfe9b1280fc7005a7e.tar.gz packages_apps_PhoneCommon-0ada29ea0983ed27e33d12dfe9b1280fc7005a7e.tar.bz2 packages_apps_PhoneCommon-0ada29ea0983ed27e33d12dfe9b1280fc7005a7e.zip | |
Adding classes that were part of com.android.phone.common.
Bug: 7054788
Change-Id: If26c76fc79d5b8cba543d69869c48faca9614e2b
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,12 +14,10 @@ LOCAL_PATH:= $(call my-dir) -# Static library with some common classes for the phone apps. -# To use it add this line in your Android.mk -# LOCAL_STATIC_JAVA_LIBRARIES := com.android.phone.common include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_MODULE := com.android.phone.shared + include $(BUILD_STATIC_JAVA_LIBRARY) |
