Skip to content

Commit

Permalink
android build: Cut never-used Buck config.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gnprice committed Jul 19, 2019
1 parent c5b9370 commit 1c86488
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 82 deletions.
3 changes: 0 additions & 3 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
; We fork some components by platform
.*/*[.]android.js

; Ignore "BUCK" generated dirs
<PROJECT_ROOT>/\.buckd/

; Ignore unexpected extra "@providesModule"
.*/node_modules/.*/node_modules/fbjs/.*

Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ local.properties
node_modules/
npm-debug.log

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore

### ^
### The portion of this file above this line comes from RN upstream's
### template. We leave that part unchanged as much as we can, to help
Expand Down
66 changes: 0 additions & 66 deletions android/app/BUCK

This file was deleted.

7 changes: 0 additions & 7 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,3 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
jvmTarget = "1.8"
}
}

// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}

0 comments on commit 1c86488

Please sign in to comment.