summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-07-24 13:58:31 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-07-24 15:28:06 +0800
commitfbb76c03bb4732ef4f217abaf7806295a78ca879 (patch)
treea0a00861f5518142b5690f118566064307db219e
parenteba8a294c14a32c822af4bee13ee282cd59840ce (diff)
downloadcts-linaro-master-20140715.tar.gz
security: add CtsTestStubs.apk as prerequisite apklinaro-master-20140715
Since class like FileUtils and ReadElf are in the CtsTestStubs.apk, we need to install it before test this security package. here we change android:targetPackage to "com.android.cts.stub" to make targetBinaryName specified as CtsTestStubs in CtsSecurityTestCases.xml, so that it will be install when test this security package Change-Id: I97160d4e63e8d4c759cedc742f55c3a395224a7b Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--tests/tests/security/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/security/AndroidManifest.xml b/tests/tests/security/AndroidManifest.xml
index 0b9baf21751..e8e4ae20020 100644
--- a/tests/tests/security/AndroidManifest.xml
+++ b/tests/tests/security/AndroidManifest.xml
@@ -35,7 +35,7 @@
</application>
<instrumentation android:name="android.test.InstrumentationCtsTestRunner"
- android:targetPackage="com.android.cts.security"
+ android:targetPackage="com.android.cts.stub"
android:label="CTS tests of com.android.cts.security"/>
</manifest>