Skip to content

Commit 1c86488

Browse files
committed
android build: Cut never-used Buck config.
This all comes from the template React Native app. We don't use Buck and never have; so the only thing this BUCK file and other stuff can do is cause confusion. Take it out.
1 parent c5b9370 commit 1c86488

File tree

4 files changed

+0
-82
lines changed

4 files changed

+0
-82
lines changed

.flowconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
; We fork some components by platform
33
.*/*[.]android.js
44

5-
; Ignore "BUCK" generated dirs
6-
<PROJECT_ROOT>/\.buckd/
7-
85
; Ignore unexpected extra "@providesModule"
96
.*/node_modules/.*/node_modules/fbjs/.*
107

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ local.properties
3636
node_modules/
3737
npm-debug.log
3838

39-
# BUCK
40-
buck-out/
41-
\.buckd/
42-
android/app/libs
43-
android/keystores/debug.keystore
44-
4539
### ^
4640
### The portion of this file above this line comes from RN upstream's
4741
### template. We leave that part unchanged as much as we can, to help

android/app/BUCK

Lines changed: 0 additions & 66 deletions
This file was deleted.

android/app/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,3 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
224224
jvmTarget = "1.8"
225225
}
226226
}
227-
228-
// Run this once to be able to run the application with BUCK
229-
// puts all compile dependencies into folder libs for BUCK to use
230-
task copyDownloadableDepsToLibs(type: Copy) {
231-
from configurations.compile
232-
into 'libs'
233-
}

0 commit comments

Comments
 (0)