| 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" | ||||
| Trevor Johns | e15667a | 2013-07-24 15:38:22 -0700 | [diff] [blame] | 8 | } |
| Trevor Johns | a6b4636 | 2013-10-30 16:38:01 -0700 | [diff] [blame] | 9 | apply from: "../../../../../build/build.gradle" |
| 10 | // END_EXCLUDE | ||||