blob: f9f6f652748819fcdf9b5db27a01885bd9cdba35 [file] [log] [blame]
Trevor Johns9330ac92014-06-19 06:57:04 -07001
2
3
4
5// BEGIN_EXCLUDE
6import com.example.android.samples.build.SampleGenPlugin
7apply plugin: SampleGenPlugin
8
9samplegen {
10 pathToBuild "../../../../build"
11 pathToSamplesCommon "../../common"
12}
13apply from: "../../../../build/build.gradle"
14// END_EXCLUDE