Skip to content

Commit

Permalink
Generalize support library tests.
Browse files Browse the repository at this point in the history
Change-Id: I21c828268e7a7e4ca6be5dae7a5ab85789a9a7b5
  • Loading branch information
jsharkey committed May 30, 2013
1 parent be5d626 commit 97c2b8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v4/tests/Android.mk → tests/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, java)

LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_PACKAGE_NAME := AndroidSupport4Tests
LOCAL_PACKAGE_NAME := AndroidSupportTests

include $(BUILD_PACKAGE)
4 changes: 2 additions & 2 deletions v4/tests/AndroidManifest.xml → tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.support.v4.content.tests">
package="android.support.tests">

<application>
<uses-library android:name="android.test.runner" />
Expand All @@ -33,6 +33,6 @@

<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:targetPackage="android.support.v4.content.tests" />
android:targetPackage="android.support.tests" />

</manifest>
File renamed without changes.

0 comments on commit 97c2b8b

Please sign in to comment.