Skip to content

Instantly share code, notes, and snippets.

@dreiss
Created October 31, 2019 19:02
Show Gist options
  • Save dreiss/a4914508fbcf973a8c8dc137cae249a4 to your computer and use it in GitHub Desktop.
Save dreiss/a4914508fbcf973a8c8dc137cae249a4 to your computer and use it in GitHub Desktop.
diff --git i/android/settings.gradle w/android/settings.gradle
index 99e442b2ae..1c63b71092 100644
--- i/android/settings.gradle
+++ w/android/settings.gradle
@@ -1,6 +1,2 @@
-include ':app', ':pytorch_android', ':fbjni', ':pytorch_android_torchvision', ':pytorch_host'
-
-project(':fbjni').projectDir = file('libs/fbjni_local')
-project(':pytorch_android_torchvision').projectDir = file('pytorch_android_torchvision')
-
+include ':pytorch_host'
project(':pytorch_host').projectDir = file('pytorch_android/host')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment