Interface NativeLoaderDelegate

All Known Implementing Classes:
NativeLoaderToSoLoaderDelegate, SystemDelegate

public interface NativeLoaderDelegate
Interface used to connect chosen loader of native libraries to NativeLoader
  • Field Details

    • SKIP_MERGED_JNI_ONLOAD

      static final int SKIP_MERGED_JNI_ONLOAD
      Skip calling JNI_OnLoad if the library is merged. This is necessary for libraries that don't define JNI_OnLoad and are only loaded for their side effects (like static constructors registering callbacks). DO NOT use this to allow implicit JNI registration (by naming your methods Java_com_facebook_whatever) because that is buggy on Android.
      See Also:
  • Method Details