Benjamin Baxter | e1a3e63 | 2017-06-27 14:07:31 -0700 | [diff] [blame^] | 1 | |
2 | |||||
3 | // BEGIN_EXCLUDE | ||||
4 | import com.example.android.samples.build.SampleGenPlugin | ||||
5 | apply plugin: SampleGenPlugin | ||||
6 | |||||
7 | samplegen { | ||||
8 | pathToBuild "../../../../build" | ||||
9 | pathToSamplesCommon "../../common" | ||||
10 | } | ||||
11 | apply from: "../../../../build/build.gradle" | ||||
12 | // END_EXCLUDE |