summaryrefslogtreecommitdiff
path: root/scripts/image_signing/sign_android_unittests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/image_signing/sign_android_unittests.sh')
-rwxr-xr-xscripts/image_signing/sign_android_unittests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/image_signing/sign_android_unittests.sh b/scripts/image_signing/sign_android_unittests.sh
index 00a651ff..9b0c034f 100755
--- a/scripts/image_signing/sign_android_unittests.sh
+++ b/scripts/image_signing/sign_android_unittests.sh
@@ -165,6 +165,8 @@ test_android_choose_signing_keyset() {
choose_signing_keyset_test_helper "aosp_cheets_x86-userdebug" "aosp"
echo "TEST: Keyset for sdk_google_cheets build."
choose_signing_keyset_test_helper "sdk_google_cheets_x86-userdebug" "cheets"
+ echo "TEST: Keyset for sdk_cheets build."
+ choose_signing_keyset_test_helper "sdk_cheets_x86-userdebug" "cheets"
echo "TEST: Keyset for cheets_x86 build."
choose_signing_keyset_test_helper "cheets_x86-user" "cheets"
echo "TEST: Keyset for cheets_arm build."