Merge "Remove stale and inappropriate dependency."

This commit is contained in:
Daisuke Miyakawa
2010-06-02 13:36:25 -07:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 3 deletions

View File

@@ -18,9 +18,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE := com.android.vcard
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.
LOCAL_JAVA_LIBRARIES := google-common ext
LOCAL_JAVA_LIBRARIES := ext
include $(BUILD_STATIC_JAVA_LIBRARY)

View File

@@ -19,7 +19,7 @@ LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := tests
LOCAL_PACKAGE_NAME := AndroidVCardTests
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
include $(BUILD_PACKAGE)