Skip to content

Commit

Permalink
Compile less
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Aug 9, 2018
1 parent 8a1c1fa commit b79f80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/android/apk/servoview/build.gradle
Expand Up @@ -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
Expand Down

0 comments on commit b79f80d

Please sign in to comment.