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

Commit d94e4c50 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android (Google) Code Review
Browse files

Merge "Remove stale and inappropriate dependency."

parents b8b1e1fc 4de2d4d1
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -18,9 +18,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE := com.android.vcard
LOCAL_MODULE := com.android.vcard
LOCAL_SRC_FILES := $(call all-java-files-under, java)
LOCAL_SRC_FILES := $(call all-java-files-under, java)


# Use google-common instead of android-common for using hidden code in telephony library.
# Use ext for using Quoted-Printable codec.
# Use ext for using Quoted-Printable codec.
LOCAL_JAVA_LIBRARIES := google-common ext
LOCAL_JAVA_LIBRARIES := ext


include $(BUILD_STATIC_JAVA_LIBRARY)
include $(BUILD_STATIC_JAVA_LIBRARY)


+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := tests
LOCAL_PACKAGE_NAME := AndroidVCardTests
LOCAL_PACKAGE_NAME := AndroidVCardTests
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_LIBRARIES := android.test.runner google-common
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard


include $(BUILD_PACKAGE)
include $(BUILD_PACKAGE)