mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
// Call our custom NDK Build task using flavor parameters
|
||||||
tasks.all {
|
tasks.all {
|
||||||
compileTask ->
|
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)
|
Matcher matcher = pattern.matcher(compileTask.name)
|
||||||
if (!matcher.find()) {
|
if (!matcher.find()) {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue