Merge "Fix dependencies of packages that target earlier releases"
This commit is contained in:
commit
d52445dedc
|
@ -23,8 +23,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
|||
android-support-test \
|
||||
guava \
|
||||
mockito-target \
|
||||
platform-test-annotations \
|
||||
legacy-android-test
|
||||
platform-test-annotations
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
$(call all-java-files-under, src) \
|
||||
|
@ -40,7 +39,8 @@ LOCAL_RESOURCE_DIR := \
|
|||
$(LOCAL_PATH)/../res
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
android.test.mock \
|
||||
legacy-android-test \
|
||||
telephony-common
|
||||
|
||||
LOCAL_AAPT_FLAGS := \
|
||||
|
|
Loading…
Reference in New Issue