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:
committed by
Facebook Github Bot
parent
9caddc2b8b
commit
cf1c0748e1
@@ -26,14 +26,6 @@ android {
|
|||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
|
||||||
main {
|
|
||||||
java {
|
|
||||||
srcDir 'plugins'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
path './CMakeLists.txt'
|
path './CMakeLists.txt'
|
||||||
|
|||||||
Reference in New Issue
Block a user