mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
android: make aarch64 the default target (#33379)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
8842fe9df5
commit
52a447b1e3
2 changed files with 3 additions and 3 deletions
|
@ -694,7 +694,7 @@ class CommandBase(object):
|
||||||
|
|
||||||
# Set the default Android target
|
# Set the default Android target
|
||||||
if android and not target_triple:
|
if android and not target_triple:
|
||||||
target_triple = "armv7-linux-androideabi"
|
target_triple = "aarch64-linux-android"
|
||||||
|
|
||||||
self.target = BuildTarget.from_triple(target_triple)
|
self.target = BuildTarget.from_triple(target_triple)
|
||||||
|
|
||||||
|
|
|
@ -43,8 +43,8 @@ from servo.util import delete, get_target_dir
|
||||||
|
|
||||||
PACKAGES = {
|
PACKAGES = {
|
||||||
'android': [
|
'android': [
|
||||||
'android/armv7-linux-androideabi/production/servoapp.apk',
|
'android/aarch64-linux-android/production/servoapp.apk',
|
||||||
'android/armv7-linux-androideabi/production/servoview.aar',
|
'android/aarch64-linux-android/production/servoview.aar',
|
||||||
],
|
],
|
||||||
'linux': [
|
'linux': [
|
||||||
'production/servo-tech-demo.tar.gz',
|
'production/servo-tech-demo.tar.gz',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue