Class DirectApkSoSource

java.lang.Object
com.facebook.soloader.SoSource
com.facebook.soloader.DirectApkSoSource
All Implemented Interfaces:
RecoverableSoSource

@ThreadSafe public class DirectApkSoSource extends SoSource implements RecoverableSoSource
SoSource that directly finds shared libraries in a APK. The native libraries must be page aligned and stored uncompressed in the APK.
See Also:
  • Constructor Details

    • DirectApkSoSource

      public DirectApkSoSource(android.content.Context context)
    • DirectApkSoSource

      public DirectApkSoSource(Set<String> directApkLdPaths)
  • Method Details