blob: cca9ac335edc7f57bd2f2b968d769bcb6db0db5c [file] [log] [blame]
Trevor Johnsa6b46362013-10-30 16:38:01 -07001// BEGIN_EXCLUDE
2import com.example.android.samples.build.SampleGenPlugin
3apply plugin: SampleGenPlugin
4
5samplegen {
6 pathToBuild "../../../../../build"
7 pathToSamplesCommon "../../../common"
Trevor Johnse15667a2013-07-24 15:38:22 -07008}
Trevor Johnsa6b46362013-10-30 16:38:01 -07009apply from: "../../../../../build/build.gradle"
10// END_EXCLUDE