| Lisa Wray | f1d25c6 | 2014-01-16 16:08:11 -0500 | [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 | ||||