summaryrefslogtreecommitdiff
path: root/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
diff options
context:
space:
mode:
authorGavin Corkery <gavincorkery@google.com>2022-05-17 14:10:25 +0000
committerGavin Corkery <gavincorkery@google.com>2022-05-17 16:49:22 +0000
commitfd3a081aeea737262be24a6f71cd5a8e0abff94c (patch)
treee38f9d88e703398fdb9173e2474f7fff9a5e7817 /sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
parent5b78f7bff1c710de3f9d154f5ddd7aa870a4ead9 (diff)
downloadAdServices-fd3a081aeea737262be24a6f71cd5a8e0abff94c.tar.gz
Add sdk sandbox test signing keys
Removes the dependency on external keys by defining a set of keys for testing inside the AdServices module. Test: atest Test: Manually install test apps Bug: 215372846 Change-Id: If64e77f3bfdf581fbe70c8070173f0ca79ec28a6
Diffstat (limited to 'sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp')
-rw-r--r--sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp b/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
index 01355f833f..ec948a6f95 100644
--- a/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
+++ b/sdksandbox/tests/cts/endtoendtests/providers/loadSdkWithInternalError/Android.bp
@@ -19,8 +19,7 @@ package {
android_test_helper_app {
name: "LoadSdkWithInternalErrorSdkProvider",
defaults: ["platform_app_defaults"],
- // TODO(b/215372846): Create our own signing key.
- certificate: ":cts-keyset-test-b",
+ certificate: ":sdksandbox-test",
srcs: [
"src/**/*.java",
],