summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSachin Shah <sachins@codeaurora.org>2014-08-15 18:36:44 -0700
committerSachin Shah <sachins@codeaurora.org>2014-08-16 12:27:05 -0700
commit89d153ba5666f76bb603198fe175fa92aa75431f (patch)
tree97b6e0b748d9440b358fa2c34b5ae8bf2e368a39 /tests
parent7ec9d242fd268ab698b665a894bbb7368e9a1776 (diff)
downloadandroid_packages_apps_Snap-89d153ba5666f76bb603198fe175fa92aa75431f.tar.gz
android_packages_apps_Snap-89d153ba5666f76bb603198fe175fa92aa75431f.tar.bz2
android_packages_apps_Snap-89d153ba5666f76bb603198fe175fa92aa75431f.zip
Rename module and package name to co-exist with AOSP app
Rename package from com.android.camera2 to org.codeaurora.snapcam, module name from Camera2 to SnapdragonCamera and app name from "Camera" to "Snapdragon Camera" Change-Id: I2800070e72631e119a15fe0132424d1047be9f0c
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index a19dd387e..9544aa592 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -23,22 +23,22 @@
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Tests for Camera2 application."/>
<instrumentation android:name="com.android.camera.CameraTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Camera continuous test runner"/>
<instrumentation android:name="com.android.camera.exif.ExifTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Tests for ExifParser."/>
<instrumentation android:name="com.android.camera.jpegstream.JpegStreamTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Tests for JpegStream classes."/>
<instrumentation android:name="com.android.camera.stress.CameraStressTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Camera stress test runner"/>
</manifest>