From c7bf3e206ae16feb9202f58a63dd2adbf16be004 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Thu, 8 Mar 2018 15:35:11 -0500 Subject: [PATCH] Migrate multidex to androidx Bug: 74397601 Test: make Change-Id: Iee933e9b64e313a8880accc0dbf7f9e0c7706784 --- .../com/android/multidexlegacyandexception/TestApplication.java | 2 +- .../tests/MultiDexAndroidJUnitRunner.java | 2 +- .../src/com/android/multidexlegacytestapp/TestApplication.java | 2 +- .../multidexlegacytestapp/test2/MultiDexAndroidJUnitRunner.java | 2 +- .../MultiDexLegacyTestAppWithCorruptedDex/AndroidManifest.xml | 2 +- .../framework/multidexlegacytestservices/AbstractService.java | 2 +- .../MultiDexLegacyVersionedTestApp_v1/AndroidManifest.xml | 2 +- .../MultiDexLegacyVersionedTestApp_v2/AndroidManifest.xml | 2 +- .../MultiDexLegacyVersionedTestApp_v3/AndroidManifest.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/TestApplication.java b/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/TestApplication.java index dece9a45cfd6f..bcf94909cefa3 100644 --- a/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/TestApplication.java +++ b/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/TestApplication.java @@ -16,7 +16,7 @@ package com.android.multidexlegacyandexception; -import android.support.multidex.MultiDexApplication; +import androidx.multidex.MultiDexApplication; public class TestApplication extends MultiDexApplication { diff --git a/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/MultiDexAndroidJUnitRunner.java b/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/MultiDexAndroidJUnitRunner.java index 758ac1dcb4a05..92a3b0c0f7c30 100644 --- a/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/MultiDexAndroidJUnitRunner.java +++ b/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/MultiDexAndroidJUnitRunner.java @@ -17,7 +17,7 @@ package com.android.multidexlegacyandexception.tests; import android.os.Bundle; -import android.support.multidex.MultiDex; +import androidx.multidex.MultiDex; import android.support.test.runner.AndroidJUnitRunner; public class MultiDexAndroidJUnitRunner extends AndroidJUnitRunner { diff --git a/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/TestApplication.java b/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/TestApplication.java index c52ad292b6de4..f89d132596185 100644 --- a/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/TestApplication.java +++ b/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/TestApplication.java @@ -16,7 +16,7 @@ package com.android.multidexlegacytestapp; -import android.support.multidex.MultiDexApplication; +import androidx.multidex.MultiDexApplication; import java.lang.annotation.Annotation; diff --git a/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/MultiDexAndroidJUnitRunner.java b/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/MultiDexAndroidJUnitRunner.java index 963f90432dd76..9e41a925de894 100644 --- a/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/MultiDexAndroidJUnitRunner.java +++ b/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/MultiDexAndroidJUnitRunner.java @@ -1,7 +1,7 @@ package com.android.multidexlegacytestapp.test2; import android.os.Bundle; -import android.support.multidex.MultiDex; +import androidx.multidex.MultiDex; import android.support.test.runner.AndroidJUnitRunner; public class MultiDexAndroidJUnitRunner extends AndroidJUnitRunner { diff --git a/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/AndroidManifest.xml b/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/AndroidManifest.xml index 7993c6f48f836..5f006fe59a63e 100644 --- a/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/AndroidManifest.xml +++ b/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/AndroidManifest.xml @@ -9,7 +9,7 @@ android:targetSdkVersion="18" />