Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove @SoLoaderLibrary to avoid OSS breakage (facebook#36821)
Summary: Pull Request resolved: facebook#36821 About SoLoaderLibrary: ``` /** * This class is used to mark Java classes that depend on native libraries. * * <p>The purpose is to enable compile-time checking of library renaming. Adding a native target to * the native library merge map will cause its library name to change in release builds, which * SoLoader only supports if the target sets allow_jni_merging = True. * * <p>By publishing the library names to Buck via this annotation, we can validate at build time * that this parameter is set. */ ``` This annotation is not supported in OSS so move it to avoid breakage Changelog: [Android][Changed] -Remove SoLoaderLibrary to avoid OSS breakage Reviewed By: cortinico Differential Revision: D44679498 fbshipit-source-id: 6255e3c5f011d999d5e5aa6ae756a783bea2ee77
- Loading branch information