summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-03 09:56:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-03 09:56:08 +0000
commit3fe5b75a59f7cbff55041d48b13967698a5693ea (patch)
tree614b39a755c336b9b7cd29d47435202f02cab492
parent918190a6475d6adf2b4d76ed20cbc486f6fb2c92 (diff)
parentda92ebf816850d0fd3ffa907d1d65e1c77e5dc0e (diff)
downloadlibphonenumber-o-preview.tar.gz
Merge "Prepare for removal of junit and android.test classes from Android API (step 1)"android-o-preview-1android-n-mr2-preview-2o-preview
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index e0dce9e5..157fbd19 100644
--- a/Android.mk
+++ b/Android.mk
@@ -82,6 +82,6 @@ LOCAL_SRC_FILES := $(libphonenumber_test_files)
LOCAL_JAVA_RESOURCE_DIRS := $(libphonenumber_test_resource_dirs)
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_SDK_VERSION := current
-LOCAL_STATIC_JAVA_LIBRARIES := libphonenumber
+LOCAL_STATIC_JAVA_LIBRARIES := libphonenumber legacy-android-test junit
LOCAL_JAVA_LANGUAGE_VERSION := 1.7
include $(BUILD_STATIC_JAVA_LIBRARY)