Remove unnecessary plugin sourceSet

Summary: This is from before we adopted the gradle standard layout.

Reviewed By: danielbuechele

Differential Revision: D10101917

fbshipit-source-id: f45ab06cbf4d56a70df1cac6cb1fd234148d2634
This commit is contained in:
Pascal Hartig
2018-09-28 10:02:50 -07:00
committed by Facebook Github Bot
parent 9caddc2b8b
commit cf1c0748e1

View File

@@ -26,14 +26,6 @@ android {
abortOnError false
}
sourceSets {
main {
java {
srcDir 'plugins'
}
}
}
externalNativeBuild {
cmake {
path './CMakeLists.txt'