Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2146740 authored by Eric Erfanian's avatar Eric Erfanian Committed by android-build-merger
Browse files

Use the commons-io prebuilt instead of local source for voicemail.

am: cdb1edf9

Change-Id: I652c10b3c272b8702e044b70bab7e51db9068eaf
parents 9779f967 cdb1edf9
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
	android-support-v7-cardview \
	android-support-v7-recyclerview \
	com.android.vcard \
	dialer-commons-io-target \
	dialer-dagger2-target \
	dialer-disklrucache-target \
	dialer-gifdecoder-target \
@@ -230,7 +231,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
	jsr305 \
	libphonenumber \
	libprotobuf-java-nano \
	volley
	volley \

LOCAL_JAVA_LIBRARIES := \
	org.apache.http.legacy \
@@ -376,3 +377,15 @@ LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)

include $(CLEAR_VARS)

LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE := dialer-commons-io-target
LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4$(COMMON_JAVA_PACKAGE_SUFFIX)
LOCAL_UNINSTALLABLE_MODULE := true

include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
+0 −1202

File deleted.

Preview size limit exceeded, changes collapsed.