Skip to content

Commit

Permalink
Make ExternalSoMapping public (#130)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #130

This class is currently package private and we can't easily access it from React Native.

Reviewed By: cipolleschi

Differential Revision: D62444505

fbshipit-source-id: 554060e5878325f7cd0f1935afb4e328ea7bc0df
  • Loading branch information
cortinico authored and facebook-github-bot committed Sep 11, 2024
1 parent 95ea2ea commit a98cbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/com/facebook/soloader/ExternalSoMapping.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* provide their own mapping from Open Source.
*/
@ThreadSafe
interface ExternalSoMapping {
public interface ExternalSoMapping {
@Nullable
String mapLibName(String preMergedLibName);

Expand Down

0 comments on commit a98cbf9

Please sign in to comment.