Skip to content

Commit 867d9f4

Browse files
committed
CI test for 16kb and non-16kb page alignment
1 parent e386237 commit 867d9f4

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/tests_emulator.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,6 @@ jobs:
158158
sleep 5
159159
./gradlew uninstallAll jacocoAndroidTestReport --daemon
160160
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-
171161
- name: Install NDK tools
172162
run: |
173163
echo "Installing NDK tools for alignment checking"

0 commit comments

Comments
 (0)