| Trevor Johns | a6b4636 | 2013-10-30 16:38:01 -0700 | [diff] [blame] | 1 | // BEGIN_EXCLUDE |
| 2 | import com.example.android.samples.build.SampleGenPlugin | ||||
| 3 | apply plugin: SampleGenPlugin | ||||
| 4 | |||||
| 5 | samplegen { | ||||
| 6 | pathToBuild "../../../../build" | ||||
| 7 | pathToSamplesCommon "../../common" | ||||
| 8 | } | ||||
| 9 | apply from: "../../../../build/build.gradle" | ||||
| 10 | // END_EXCLUDE | ||||