Try aosp_atd emulator for instrumentation tests
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8aeddf7..bf8aa1b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,7 +19,7 @@
       fail-fast: false
       matrix:
         android_target: [ 33, 34 ]
-        emulator_type: [ default ]
+        emulator_type: [ aosp_atd ]
         d2d_backup_test: [ true, false ]
     steps:
       - name: Checkout Code