Skip to content

Commit d16c88b

Browse files
committed
Fix the 3rd usage.
1 parent debbb21 commit d16c88b

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('NDK_ROOT').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)