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

Commit 2a511f83 authored by Paul Duffin's avatar Paul Duffin Committed by Android (Google) Code Review
Browse files

Merge "Stop statically including legacy-android-test"

parents 41f1a001 6097c6f8
Loading
Loading
Loading
Loading
+10 −3
Original line number Original line Diff line number Diff line
@@ -7,13 +7,20 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)


#LOCAL_STATIC_JAVA_LIBRARIES := librilproto-java
#LOCAL_STATIC_JAVA_LIBRARIES := librilproto-java


LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common ims-common services.core bouncycastle
LOCAL_JAVA_LIBRARIES := \
    android.test.runner \
    telephony-common \
    ims-common \
    services.core \
    bouncycastle \
    android.test.base \
    android.test.mock \

LOCAL_STATIC_JAVA_LIBRARIES := guava \
LOCAL_STATIC_JAVA_LIBRARIES := guava \
                               frameworks-base-testutils \
                               frameworks-base-testutils \
                               mockito-target-minus-junit4 \
                               mockito-target-minus-junit4 \
                               android-support-test \
                               android-support-test \
                               platform-test-annotations \
                               platform-test-annotations
                               legacy-android-test


LOCAL_PACKAGE_NAME := FrameworksTelephonyTests
LOCAL_PACKAGE_NAME := FrameworksTelephonyTests