Skip to content

Commit

Permalink
Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip
Browse files Browse the repository at this point in the history
Adding voip-common to LOCAL_JAVA_LIBRARIES

Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
  • Loading branch information
Wink Saville committed Jan 28, 2013
1 parent b9eafe3 commit 0d7b5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)
# for the 'other' dialer.
include $(CLEAR_VARS)

LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_JAVA_LIBRARIES := telephony-common voip-common
LOCAL_STATIC_JAVA_LIBRARIES := com.android.phone.shared
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += \
Expand Down

0 comments on commit 0d7b5d7

Please sign in to comment.