Skip to content

Commit

Permalink
fix hello-jni and hello-world-gradle-layout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pfn committed Aug 12, 2016
1 parent 7117f79 commit a82fe97
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
4 changes: 3 additions & 1 deletion sbt-test/android-sdk-plugin/hello-jni/build.sbt
@@ -1 +1,3 @@
showSdkProgress in Android := false
showSdkProgress in Android := false

javacOptions in Compile ++= "-source" :: "1.7" :: "-target" :: "1.7" :: Nil
Expand Up @@ -10,12 +10,4 @@
<application>
<uses-library android:name="android.test.runner" />
</application>
<!--
This declares that this application uses the instrumentation test runner targeting
the package of com.example.hellojni. To run the tests use the command:
"adb shell am instrument -w com.example.hellojni.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.example.hellojni"
android:label="Tests for HelloJni"/>
</manifest>
Expand Up @@ -7,7 +7,4 @@
<uses-sdk android:minSdkVersion="3"/>
<uses-library android:name="android.test.runner"/>
</application>
<instrumentation
android:label="Tests for Example App"
android:name="android.test.InstrumentationTestRunner"/>
</manifest>

0 comments on commit a82fe97

Please sign in to comment.