resolve merge conflicts of 111b81d to master

Change-Id: I2b7eb6dfe73a94b6acd5ef47690ee72022b1ad6d
This commit is contained in:
Fan Zhang
2016-08-22 17:26:34 -07:00
3 changed files with 8 additions and 8 deletions

View File

@@ -8,9 +8,9 @@ LOCAL_CERTIFICATE := platform
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
mockito-target \
espresso-core
android-support-test \
mockito-target \
espresso-core
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)

View File

@@ -52,8 +52,8 @@
</application>
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
android:targetPackage="com.android.settings"
android:label="Settings Test Cases">
android:targetPackage="com.android.settings"
android:label="Settings Test Cases">
</instrumentation>
<instrumentation android:name="SettingsLaunchPerformance"

View File

@@ -8,9 +8,9 @@ LOCAL_CERTIFICATE := platform
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
mockito-target \
espresso-core
android-support-test \
mockito-target \
espresso-core
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)