Skip to content

Commit c7b0a0c

Browse files
Merge pull request #483 from TakayukiHoshi1984/modify_libstreaming_x86_64
libstreamingのabiFiltersにx86_64を追加
2 parents 750cfd0 + 85c15f6 commit c7b0a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dConnectSDK/dConnectLibStreaming/libstreaming/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
ndk {
1111
// Specifies the ABI configurations of your native
1212
// libraries Gradle should build and package with your APK.
13-
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'
13+
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86','x86_64'
1414
}
1515
}
1616

0 commit comments

Comments
 (0)