blob: d6d07640e764dcc5d31ab581603825575f469aad [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.test.javaheapprof" >
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="android.test.javaheapprof"
android:label="javaheapprof Test"/>
</manifest>