summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 3d1bb08..f01263e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,12 +13,11 @@
# 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_PACKAGE_NAME := com.android.phone.common
+LOCAL_MODULE := com.android.phone.shared
-include $(BUILD_PACKAGE)
-include $(CLEAR_VARS)
+include $(BUILD_STATIC_JAVA_LIBRARY)