We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8a1bf commit a6513abCopy full SHA for a6513ab
1 file changed
ci/pipelines/default-pipeline.yml
@@ -94,6 +94,8 @@ stages:
94
grep "ro.product.cpu.abi" "$SYSIMG/build.prop" 2>&1 || echo "build.prop not found at $SYSIMG"
95
echo "--- avd config.ini (abi) ---"
96
grep -i "abi" ~/.android/avd/${EMULATOR_NAME}.avd/config.ini 2>&1 || echo "config.ini not found for $EMULATOR_NAME"
97
+ echo "--- avd root ini (target / api level) ---"
98
+ cat ~/.android/avd/${EMULATOR_NAME}.ini 2>&1 || echo "root ini not found for $EMULATOR_NAME"
99
echo "=== end HVF diagnostics ==="
100
setup-macos-ami-runner:
101
- !reference [ .snippets, source-secrets-macos ]
0 commit comments