Resolve libstlport_shared.so conflicts

更新时间:
复制 MD 格式

Conflict description

Some mPaaS components depend on libstlport_shared.so. A conflict occurs if another third-party SDK that you integrate also contains this file.

Solution

You can remove the built-in libstlport_shared.so file from mPaaS.

Procedure

  • AAR integration

    configurations {
      all*.exclude group:'com.alipay.android.phone.wallet', module: 'basicstl-build'
    }
  • Component-based integration (Portal & Bundle)

    mpaascomponents {
      excludeDependencies = [
          "com.alipay.android.phone.wallet:basicstl-build"
      ]
    }