commit | d3cebd294711725a0e147c15f6d67625ac39a112 | [log] [tgz] |
---|---|---|
author | Christopher Dombroski <cdombroski@google.com> | Thu Jan 30 15:44:25 2020 -0800 |
committer | Christopher Dombroski <cdombroski@google.com> | Thu Jan 30 15:46:02 2020 -0800 |
tree | b885277007909597d3c3215f3359c8d877c6fc09 | |
parent | 935e67105dd1b70ece8358639af966b56907817a [diff] |
[RESTRICT AUTOMERGE]: STS fix PkgInstallSignatureVerificationTest missing apk Bug: 114103522 Test: sts-tradefed run sts-engbuild-no-spl-lock -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.PkgInstallSignatureVerificationTest Change-Id: Id5fe0ba82c4b07c03e3265f1153ea3ae90302f90
diff --git a/hostsidetests/appsecurity/test-apps/V3SigningSchemeRotation/Android.mk b/hostsidetests/appsecurity/test-apps/V3SigningSchemeRotation/Android.mk index 356f296..a5020f2 100644 --- a/hostsidetests/appsecurity/test-apps/V3SigningSchemeRotation/Android.mk +++ b/hostsidetests/appsecurity/test-apps/V3SigningSchemeRotation/Android.mk
@@ -17,7 +17,7 @@ include $(CLEAR_VARS) # tag this module as a cts test artifact -LOCAL_COMPATIBILITY_SUITE := cts vts general-tests +LOCAL_COMPATIBILITY_SUITE := cts vts general-tests sts LOCAL_MODULE_TAGS := tests LOCAL_SRC_FILES := $(call all-java-files-under, src)