| Jan-Felix Schmakeit | 2989852 | 2014-09-26 14:04:31 +1000 | [diff] [blame] | 1 | |
| 2 | // BEGIN_EXCLUDE | ||||
| 3 | import com.example.android.samples.build.SampleGenPlugin | ||||
| 4 | apply plugin: SampleGenPlugin | ||||
| 5 | |||||
| 6 | samplegen { | ||||
| 7 | pathToBuild "../../../../build" | ||||
| 8 | pathToSamplesCommon "../../common" | ||||
| 9 | } | ||||
| 10 | apply from: "../../../../build/build.gradle" | ||||
| 11 | // END_EXCLUDE | ||||