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 e386237 commit 867d9f4Copy full SHA for 867d9f4
1 file changed
.github/workflows/tests_emulator.yml
@@ -158,16 +158,6 @@ jobs:
158
sleep 5
159
./gradlew uninstallAll jacocoAndroidTestReport --daemon
160
161
- - name: Verify Page Size
162
- if: matrix.target == 'google_apis_ps16k'
163
- run: |
164
- PAGE_SIZE=$(adb shell getconf PAGE_SIZE)
165
- echo "Page size: $PAGE_SIZE"
166
- if [ "$PAGE_SIZE" != "16384" ]; then
167
- echo "Error: Expected page size of 16384, got $PAGE_SIZE"
168
- exit 1
169
- fi
170
-
171
- name: Install NDK tools
172
run: |
173
echo "Installing NDK tools for alignment checking"
0 commit comments