resolve merge conflicts of 111b81d
to master
Change-Id: I2b7eb6dfe73a94b6acd5ef47690ee72022b1ad6d
This commit is contained in:
@@ -8,9 +8,9 @@ LOCAL_CERTIFICATE := platform
|
|||||||
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
|
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
|
||||||
|
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||||
android-support-test \
|
android-support-test \
|
||||||
mockito-target \
|
mockito-target \
|
||||||
espresso-core
|
espresso-core
|
||||||
|
|
||||||
# Include all test java files.
|
# Include all test java files.
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||||
|
@@ -52,8 +52,8 @@
|
|||||||
</application>
|
</application>
|
||||||
|
|
||||||
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
||||||
android:targetPackage="com.android.settings"
|
android:targetPackage="com.android.settings"
|
||||||
android:label="Settings Test Cases">
|
android:label="Settings Test Cases">
|
||||||
</instrumentation>
|
</instrumentation>
|
||||||
|
|
||||||
<instrumentation android:name="SettingsLaunchPerformance"
|
<instrumentation android:name="SettingsLaunchPerformance"
|
||||||
|
@@ -8,9 +8,9 @@ LOCAL_CERTIFICATE := platform
|
|||||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||||
|
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||||
android-support-test \
|
android-support-test \
|
||||||
mockito-target \
|
mockito-target \
|
||||||
espresso-core
|
espresso-core
|
||||||
|
|
||||||
# Include all test java files.
|
# Include all test java files.
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||||
|
Reference in New Issue
Block a user