summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-08-23 14:08:35 -0700
committerChiao Cheng <chiaocheng@google.com>2012-08-24 14:28:37 -0700
commit0ada29ea0983ed27e33d12dfe9b1280fc7005a7e (patch)
tree34c7ee1339d359b006495f9684ace197d93dd443 /Android.mk
parentfaed97c4fb2fade78ca0e7efcfa88d14dfe46175 (diff)
downloadpackages_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.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 62cf6fc..f01263e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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)