Use if-let rather than unwrapping. am: f1150cd5d3 am: 2568e050ec

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3259955

Change-Id: Iafa3c89b33833348b3370f14d5411a772fc96652
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/hostside/Android.bp b/tests/hostside/Android.bp
index 2eca2fa..c170220 100644
--- a/tests/hostside/Android.bp
+++ b/tests/hostside/Android.bp
@@ -8,6 +8,7 @@
     test_suites: [
         "cts",
         "general-tests",
+        "pts",
     ],
     libs: [
         "androidx.annotation_annotation",