Skip to content

Commit 1f78ea3

Browse files
Delyan Kratunovfacebook-github-bot
authored andcommitted
Remove unnecessary project_config
Differential Revision: D4326949 fbshipit-source-id: d0e8d7c3a046a89e5794be602a406ea914de50d1
1 parent f3c8158 commit 1f78ea3

File tree

81 files changed

+0
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+0
-243
lines changed

ReactAndroid/src/androidTest/java/com/facebook/react/testing/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ android_library(
2828
],
2929
)
3030

31-
project_config(
32-
src_target = ':testing',
33-
)

ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,3 @@ android_library(
5050
],
5151
)
5252

53-
project_config(
54-
src_target = ':tests',
55-
)

ReactAndroid/src/main/java/com/facebook/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ android_library(
1212
visibility = ['PUBLIC'],
1313
)
1414

15-
project_config(
16-
src_target = ':yoga',
17-
)

ReactAndroid/src/main/java/com/facebook/jni/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ android_library(
1414
]
1515
)
1616

17-
project_config(
18-
src_target = ':jni',
19-
)

ReactAndroid/src/main/java/com/facebook/perftest/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ android_library(
66
],
77
)
88

9-
project_config(
10-
src_target = ':perftest',
11-
)

ReactAndroid/src/main/java/com/facebook/proguard/annotations/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ android_library(
99
],
1010
)
1111

12-
project_config(
13-
src_target = ':annotations',
14-
)

ReactAndroid/src/main/java/com/facebook/quicklog/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ android_library(
1111
],
1212
)
1313

14-
project_config(
15-
src_target = ':quicklog',
16-
)

ReactAndroid/src/main/java/com/facebook/quicklog/identifiers/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ android_library(
66
],
77
)
88

9-
project_config(
10-
src_target = ':identifiers',
11-
)

ReactAndroid/src/main/java/com/facebook/react/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ android_library(
3131
],
3232
)
3333

34-
project_config(
35-
src_target = ':react',
36-
)

ReactAndroid/src/main/java/com/facebook/react/animated/BUCK

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ android_library(
2020
],
2121
)
2222

23-
project_config(
24-
src_target = ':animated',
25-
)

0 commit comments

Comments
 (0)