schwabe / ics-openvpn

OpenVPN for Android
3.29k stars 1.19k forks source link

Unable to strip the following libraries during Production bundle assemble #1626

Closed Arunachalamkalimuthu closed 1 year ago

Arunachalamkalimuthu commented 1 year ago

To make issues more manageable, I would appreciate it if you fill out the following details as applicable:

Description of the issue

Task :app:stripReleaseDebugSymbols Unable to strip the following libraries, packaging them as they are: libopenvpn.so, libosslspeedtest.so, libosslutil.so, libovpn3.so, libovpnexec.so, libovpnutil.so.

Log (if applicable)

Task :layers:ui:compileReleaseJavaWithJavac
> Task :vpncore:compileReleaseJavaWithJavac
> Task :layers:ui:bundleLibRuntimeToJarRelease
> Task :layers:ui:bundleLibCompileToJarRelease
> Task :layers:ui:bundleLibRuntimeToDirRelease
> Task :vpncore:bundleLibResRelease
> Task :layers:ui:bundleLibResRelease
> Task :vpncore:transformReleaseClassesWithAsm
> Task :app:collectReleaseDependencies
> Task :vpncore:bundleLibRuntimeToJarRelease
> Task :vpncore:bundleLibCompileToJarRelease
> Task :app:configureReleaseDependencies
> Task :vpncore:bundleLibRuntimeToDirRelease
> Task :openvpn:copySkeletonReleaseJniLibsProjectOnly
> Task :app:writeReleaseApplicationId
> Task :app:analyticsRecordingRelease
> Task :app:parseReleaseIntegrityConfig
> Task :app:validateSigningRelease
> Task :shared:kaptGenerateStubsReleaseKotlin
> Task :app:mergeReleaseNativeLibs

> Task :app:stripReleaseDebugSymbols
Unable to strip the following libraries, packaging them as they are: libopenvpn.so, libosslspeedtest.so, libosslutil.so, libovpn3.so, libovpnexec.so, libovpnutil.so.

> Task :app:extractReleaseNativeSymbolTables
> Task :shared:kaptReleaseKotlin
schwabe commented 1 year ago

That does not look like a build log from my app but something different.