Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Android emulator #1772

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,10 @@ jobs:
force-avd-creation: false
disable-animations: true
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: 31
api-level: 35
target: google_apis_ps16k
arch: x86_64
ndk: 25.2.9519653
ndk: 27.0.12077973
cmake: 3.10.2.4988404
script: echo "Generated Emulator snapshot for caching."

Expand All @@ -458,9 +459,10 @@ jobs:
force-avd-creation: false
disable-animations: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: 31
api-level: 35
target: google_apis_ps16k
arch: x86_64
ndk: 25.2.9519653
ndk: 27.0.12077973
cmake: 3.10.2.4988404
script: cd packages/realm/tests && flutter test integration_test/all_tests.dart --dart-define=BAAS_BAASAAS_API_KEY=$BAAS_BAASAAS_API_KEY --dart-define=BAAS_DIFFERENTIATOR=$BAAS_DIFFERENTIATOR --file-reporter=json:test-results.json --suppress-analytics

Expand Down
1 change: 1 addition & 0 deletions packages/realm_dart/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Android)
set(REALM_ANDROID ON)
set(CMAKE_ANDROID_STL_TYPE c++_static)
set(ANDROID_ALLOW_UNDEFINED_SYMBOLS ON)
set(ANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON)
endif()

project(realm-dart)
Expand Down
Loading