diff --git a/support/android/apk/servoview/build.gradle b/support/android/apk/servoview/build.gradle index 17ec2283068..ed442ee97c8 100644 --- a/support/android/apk/servoview/build.gradle +++ b/support/android/apk/servoview/build.gradle @@ -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