atsushieno / android-native-audio-builders

Android native library builder script
2 stars 0 forks source link

strip not processed on non-armeabi-v7a environment. #6

Closed atsushieno closed 4 years ago

atsushieno commented 4 years ago

It results in huge guitarix LV2 binaries.

atsushieno commented 4 years ago

It is more likely that non-armeabi-v7a builds should switch to libc++_shared.so. The static libc is likely causing the problem.

atsushieno commented 4 years ago

It is alright to preserve debug symbols and non-stripped libraries here. They can be stripped at apk packaging time.