Skip to content

Commit 36c89fb

Browse files
davidrogers-unitychkuang-g
authored andcommitted
Update the comment to reflect what ABIs are supported
1 parent 4cc2c10 commit 36c89fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/AndroidResolver/src/AndroidAbis.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ private static ulong EnumValueStringToULong(Type enumType, string enumValueStrin
240240

241241
/// <summary>
242242
/// Get / set the target device ABI (Unity >= 5.0.x)
243+
/// Unity >= 2019.4 supports armeabi-v7a, arm64-v8a, x86, x86_64 & fat (i.e armeabi-v7a, arm64, x86, x86_64)
243244
/// Unity >= 2017.4 supports armeabi-v7a, arm64-v8a, x86 & fat (i.e armeabi-v7a, arm64, x86)
244245
/// Unity >= 5.0.x & &lt;= 2017.3 only support armeabi-v7a, x86 & fat (i.e armeabi-v7a & x86)
245246
/// </summary>

0 commit comments

Comments
 (0)