Trevor Johns | 9330ac9 | 2014-06-19 06:57:04 -0700 | [diff] [blame] | 1 | |
2 | |||||
3 | |||||
4 | |||||
5 | // BEGIN_EXCLUDE | ||||
6 | import com.example.android.samples.build.SampleGenPlugin | ||||
7 | apply plugin: SampleGenPlugin | ||||
8 | |||||
9 | samplegen { | ||||
10 | pathToBuild "../../../../build" | ||||
11 | pathToSamplesCommon "../../common" | ||||
12 | } | ||||
13 | apply from: "../../../../build/build.gradle" | ||||
14 | // END_EXCLUDE |