| Trevor Johns | c6f76b9 | 2013-10-22 20:41:57 -0700 | [diff] [blame] | 1 | // BEGIN_EXCLUDE |
| Alexander Lucas | 7a7aad0 | 2013-10-29 16:38:44 -0700 | [diff] [blame] | 2 | import com.example.android.samples.build.SampleGenPlugin |
| 3 | apply plugin: SampleGenPlugin |
| 4 | |
| Trevor Johns | c6f76b9 | 2013-10-22 20:41:57 -0700 | [diff] [blame] | 5 | samplegen { |
| 6 | pathToBuild "../../../../../build" |
| 7 | pathToSamplesCommon "../../../common" |
| 8 | } |
| Alexander Lucas | 7a7aad0 | 2013-10-29 16:38:44 -0700 | [diff] [blame] | 9 | apply from: "../../../../../build/build.gradle" |
| Trevor Johns | c6f76b9 | 2013-10-22 20:41:57 -0700 | [diff] [blame] | 10 | // END_EXCLUDE |