File tree 2 files changed +4
-4
lines changed
ReactAndroid/src/main/libraries/fresco/fresco-react-native
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- load ("@xplat //ReactNative:DEFS" , "rn_android_library" )
1
+ load ("//ReactNative:DEFS" , "rn_android_library" )
2
2
3
3
android_prebuilt_aar (
4
4
name = "fresco-react-native" ,
Original file line number Diff line number Diff line change @@ -89,16 +89,16 @@ def rn_android_library(
89
89
**kwargs)
90
90
91
91
def rn_android_binary(*args, **kwargs):
92
- android_binary(*args, **kargs )
92
+ android_binary(*args, **kwargs )
93
93
94
94
def rn_android_build_config(*args, **kwargs):
95
- android_build_config(*args, **kargs )
95
+ android_build_config(*args, **kwargs )
96
96
97
97
def rn_android_resource(*args, **kwargs):
98
98
android_resource(*args, **kwargs)
99
99
100
100
def rn_java_library(*args, **kwargs):
101
- java_library(*args, **kargs )
101
+ java_library(*args, **kwargs )
102
102
103
103
def rn_java_annotation_processor(*args, **kwargs):
104
104
java_annotation_processor(*args, **kwargs)
You can’t perform that action at this time.
0 commit comments