Loading core/tests/hosttests/test-apps/MultiDexLegacyAndException/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,8 @@ LOCAL_PACKAGE_NAME := MultiDexLegacyAndException LOCAL_DEX_PREOPT := false LOCAL_JAVACFLAGS := -nowarn mainDexList:= \ $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME),$(LOCAL_IS_HOST_MODULE),common)/maindex.list Loading core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/Test.java +2 −3 Original line number Diff line number Diff line Loading @@ -15,14 +15,13 @@ */ package com.android.multidexlegacyandexception; import android.test.ActivityInstrumentationTestCase2; /** * Run the tests with: <code>adb shell am instrument -w com.android.multidexlegacyandexception/android.test.InstrumentationTestRunner </code> */ public class Test extends ActivityInstrumentationTestCase2<MainActivity> { @SuppressWarnings("deprecation") public class Test extends android.test.ActivityInstrumentationTestCase2<MainActivity> { public Test() { super(MainActivity.class); } Loading Loading
core/tests/hosttests/test-apps/MultiDexLegacyAndException/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,8 @@ LOCAL_PACKAGE_NAME := MultiDexLegacyAndException LOCAL_DEX_PREOPT := false LOCAL_JAVACFLAGS := -nowarn mainDexList:= \ $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME),$(LOCAL_IS_HOST_MODULE),common)/maindex.list Loading
core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/Test.java +2 −3 Original line number Diff line number Diff line Loading @@ -15,14 +15,13 @@ */ package com.android.multidexlegacyandexception; import android.test.ActivityInstrumentationTestCase2; /** * Run the tests with: <code>adb shell am instrument -w com.android.multidexlegacyandexception/android.test.InstrumentationTestRunner </code> */ public class Test extends ActivityInstrumentationTestCase2<MainActivity> { @SuppressWarnings("deprecation") public class Test extends android.test.ActivityInstrumentationTestCase2<MainActivity> { public Test() { super(MainActivity.class); } Loading