File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,12 @@ if (isNewArchitectureEnabled()) {
56
56
apply plugin : " com.facebook.react"
57
57
}
58
58
59
- task prepareHeaders1 (type : Copy ) {
59
+ task prepareHeaders (type : Copy ) {
60
60
from fileTree(' ../cpp' ). filter { it. isFile() }
61
61
into " ${ project.buildDir} /headers/rnworklets/"
62
62
includeEmptyDirs = false
63
63
}
64
64
65
- task prepareHeaders2 (type : Copy ) {
66
- from fileTree(' ../cpp' ). filter { it. isFile() }
67
- into " ${ project.buildDir} /headers/rnworklets/react-native-worklets"
68
- includeEmptyDirs = false
69
- }
70
-
71
65
android {
72
66
compileSdkVersion getExtOrIntegerDefault(" compileSdkVersion" )
73
67
@@ -151,7 +145,7 @@ android {
151
145
" **/libjscexecutor.so" ,
152
146
]
153
147
}
154
-
148
+
155
149
buildFeatures {
156
150
prefabPublishing true
157
151
}
@@ -170,4 +164,4 @@ dependencies {
170
164
}
171
165
}
172
166
173
- preBuild. dependsOn(" prepareHeaders1 " , " prepareHeaders2 " )
167
+ preBuild. dependsOn(prepareHeaders )
You can’t perform that action at this time.
0 commit comments