Skip to content

Commit 649de71

Browse files
committed
Make quotes consistent.
1 parent d16c88b commit 649de71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android_build_files/android_abis.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
abiFilters.add("armeabi")
3232
abiFilters.add("mips")
3333
abiFilters.add("mips64")
34-
if (System.getenv('ANDROID_NDK_HOME').contains('r11c')) {
34+
if (System.getenv("ANDROID_NDK_HOME").contains("r11c")) {
3535
abiFilters.add("armeabi-v7a-hard") // Removed after r11c.
3636
}
3737
}

0 commit comments

Comments
 (0)