mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
android: add support for x86_64 images (#31725)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
b2f2ae61db
commit
4bca55e27a
7 changed files with 57 additions and 5 deletions
|
@ -97,6 +97,18 @@ android {
|
|||
abiFilters getNDKAbi('x86')
|
||||
}
|
||||
}
|
||||
x64Debug {
|
||||
initWith(debug)
|
||||
ndk {
|
||||
abiFilters getNDKAbi('x64')
|
||||
}
|
||||
}
|
||||
x64Release {
|
||||
initWith(release)
|
||||
ndk {
|
||||
abiFilters getNDKAbi('x64')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Ignore default 'debug' and 'release' build types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue