diff --git a/tests/app/Android.mk b/tests/app/Android.mk index 71bb587067a..cd1338438db 100644 --- a/tests/app/Android.mk +++ b/tests/app/Android.mk @@ -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) diff --git a/tests/app/AndroidManifest.xml b/tests/app/AndroidManifest.xml index d7651269fbf..1c507004ebe 100644 --- a/tests/app/AndroidManifest.xml +++ b/tests/app/AndroidManifest.xml @@ -52,8 +52,8 @@ + android:targetPackage="com.android.settings" + android:label="Settings Test Cases">