commit | 244f03844d88978c2d304691d8bab7fe4d450e2d | [log] [tgz] |
---|---|---|
author | Brett Chabot <brettchabot@google.com> | Fri Feb 15 13:02:34 2019 -0800 |
committer | Brett Chabot <brettchabot@google.com> | Wed Feb 27 00:30:28 2019 +0000 |
tree | 47d0f7dafdf6bdab073064c248166c664454f888 | |
parent | 11ce7f7e813a45d156bf258eba1a984936a59e12 [diff] [blame] |
Migrate cts/hostsidetests to androidx.test See go/jetpack-test-android-migration Test: make cts; atest CtsDexMetadataHostTestCases CtsAppSecurityHostTestCases Exempt-From-Owner-Approval: mechanical automated package name refactoring Change-Id: I87228b09384f759d0702270ca26ed9010072e6bf
diff --git a/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/AndroidManifest.xml b/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/AndroidManifest.xml index f202a0a..d9136d5 100644 --- a/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/AndroidManifest.xml +++ b/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/AndroidManifest.xml
@@ -38,6 +38,6 @@ </application> <instrumentation - android:name="android.support.test.runner.AndroidJUnitRunner" + android:name="androidx.test.runner.AndroidJUnitRunner" android:targetPackage="com.android.cts.implicitapp" /> </manifest>