提交 f112fa98 编写于 作者: S Sam Judd 提交者: Glide

Avoid syncing out AndroidManifest for Glide's instrumentation tests.

PiperOrigin-RevId: 250802871
上级 f0d843ba
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.instrumentation.test">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application android:label="GlideTest">
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:targetPackage="com.bumptech.glide.instrumentation"
android:name="com.google.android.apps.common.testing.testrunner.Google3InstrumentationTestRunner"
android:label="Glide Emulator Tests" />
</manifest>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册