| Jan-Felix Schmakeit | ce9fa15 | 2014-09-08 17:36:29 +1000 | [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 | ||||