mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Compile less
This commit is contained in:
parent
8a1c1fa1fe
commit
b79f80d9e5
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ android {
|
|||
// Call our custom NDK Build task using flavor parameters
|
||||
tasks.all {
|
||||
compileTask ->
|
||||
Pattern pattern = Pattern.compile(/^compile[A-Z][\w\d]+([A-Z][\w\d]+)(Debug|Release)/)
|
||||
Pattern pattern = Pattern.compile(/^compile[A-Z][\w\d]+([A-Z][\w\d]+)(Debug|Release)Ndk/)
|
||||
Matcher matcher = pattern.matcher(compileTask.name)
|
||||
if (!matcher.find()) {
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue