Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Unnessary LOCAL_MODULE_TAGS
Browse files Browse the repository at this point in the history
Change-Id: Id9606441ab4d0e961ca20f850da28fb8aa77e088
  • Loading branch information
onoratoj committed Jul 22, 2012
1 parent 086249c commit 396a50b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Android.mk
Expand Up @@ -5,8 +5,6 @@ LOCAL_PATH:= $(call my-dir)
# LOCAL_STATIC_JAVA_LIBRARIES := com.android.phone.common
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := user

LOCAL_SRC_FILES := \
src/com/android/phone/CallLogAsync.java \
src/com/android/phone/HapticFeedback.java
Expand All @@ -18,8 +16,6 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
# for the 'other' dialer.
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional

LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += \
Expand Down

0 comments on commit 396a50b

Please sign in to comment.