forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1739701 - Add support for the arm64 Android emulator. r=gbrown,calu
My understanding is that this is the only version of the emulator that is supported on Apple silicon. Differential Revision: https://phabricator.services.mozilla.com/D130510
- Loading branch information
Showing
8 changed files
with
127 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"emulator_package": "system-images;android-30;default;arm64-v8a", | ||
"emulator_avd_name": "mozemulator-arm64", | ||
"emulator_extra_args": [ | ||
"-skip-adb-auth", | ||
"-verbose", | ||
"-show-kernel", | ||
"-ranchu", | ||
"-selinux", "permissive", | ||
"-memory", "3072", | ||
"-cores", "4", | ||
"-skin", "800x1280", | ||
"-gpu", "on", | ||
"-no-snapstorage", | ||
"-no-snapshot", | ||
"-no-window", | ||
"-no-accel", | ||
"-prop", "ro.test_harness=true" | ||
], | ||
"emulator_extra_config": { | ||
"hw.keyboard": "yes", | ||
"hw.lcd.density": "320", | ||
"disk.dataPartition.size": "4000MB", | ||
"sdcard.size": "600M" | ||
}, | ||
"emulator_prewarm": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters