File tree 4 files changed +1
-4
lines changed
ReactAndroid/src/main/java/com/facebook/react/views
4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ include_defs("//ReactAndroid/DEFS")
3
3
android_library (
4
4
name = "modal" ,
5
5
srcs = glob (["*.java" ]),
6
- required_for_source_only_abi = True ,
7
6
visibility = [
8
7
"PUBLIC" ,
9
8
],
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ include_defs("//ReactAndroid/DEFS")
3
3
android_library (
4
4
name = "text" ,
5
5
srcs = glob (["*.java" ]),
6
- required_for_source_only_abi = True ,
7
6
visibility = [
8
7
"PUBLIC" ,
9
8
],
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ android_library(
6
6
provided_deps = [
7
7
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
8
8
],
9
- required_for_source_only_abi = True ,
10
9
visibility = [
11
10
"PUBLIC" ,
12
11
],
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android_library(
6
6
provided_deps = [
7
7
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
8
8
],
9
- required_for_source_only_abi = True ,
9
+ = True ,
10
10
visibility = [
11
11
"PUBLIC" ,
12
12
],
You can’t perform that action at this time.
0 commit comments