Added modified files to consume SWE
Change-Id: I959781dad2a983de6be6ab07f418006a5708c976
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index cb1ffc7..68144e2 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -16,7 +16,7 @@
<!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.browser.tests">
+ package="com.android.swe.browser.tests">
<!-- We add an application tag here just so that we can indicate that
this package needs to link against the android.test library,
@@ -28,14 +28,14 @@
<!--
This declares that this app uses the instrumentation test runner targeting
the package of com.android.email. To run the tests use the command:
- "adb shell am instrument -w com.android.browser.tests/android.test.InstrumentationTestRunner"
+ "adb shell am instrument -w com.android.swe.browser.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.android.browser"
+ android:targetPackage="com.android.swe.browser"
android:label="Tests for Browser."/>
- <instrumentation android:name="com.android.browser.BrowserLaunchPerformance"
- android:targetPackage="com.android.browser"
+ <instrumentation android:name="com.android.swe.browser.BrowserLaunchPerformance"
+ android:targetPackage="com.android.swe.browser"
android:label="Browser Launch Performance">
</instrumentation>