Skip to content

Commit

Permalink
Merge pull request #1702 from giovannibedetti/csound6
Browse files Browse the repository at this point in the history
Added x86 and x86_64 architectures to Android make files
  • Loading branch information
vlazzarini committed Mar 30, 2023
2 parents 2ad6afb + 616dd37 commit 2f0e940
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Android/CsoundAndroid/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_ABI := armeabi-v7a arm64-v8a
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS += -fexceptions -frtti
APP_OPTIM := release
APP_PLATFORM := android-21
Expand Down
2 changes: 1 addition & 1 deletion Android/pluginlibs/doppler/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_ABI := armeabi-v7a arm64-v8a
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS += -fexceptions -frtti
APP_OPTIM := release
APP_PLATFORM := android-21
Expand Down
2 changes: 1 addition & 1 deletion Android/pluginlibs/libOSC/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_ABI := armeabi-v7a arm64-v8a
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS += -fexceptions -frtti
APP_OPTIM := release
APP_PLATFORM := android-21
Expand Down
2 changes: 1 addition & 1 deletion Android/pluginlibs/libscansyn/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_ABI := armeabi-v7a arm64-v8a
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS += -fexceptions -frtti
APP_OPTIM := release
APP_PLATFORM := android-21
Expand Down
2 changes: 1 addition & 1 deletion Android/pluginlibs/libstdutil/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_CFLAGS += -Wno-error=format-security
APP_ABI := armeabi-v7a arm64-v8a
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS += -fexceptions -frtti
APP_OPTIM := release
APP_PLATFORM := android-21
Expand Down
2 changes: 1 addition & 1 deletion Android/pluginlibs/signalflowgraph/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_ABI := armeabi-v7a arm64-v8a
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS += -fexceptions -frtti
APP_OPTIM := release
APP_PLATFORM := android-21
Expand Down

0 comments on commit 2f0e940

Please sign in to comment.