blob: cca9ac335edc7f57bd2f2b968d769bcb6db0db5c [file] [log] [blame]
Trevor Johnsc6f76b92013-10-22 20:41:57 -07001// BEGIN_EXCLUDE
Alexander Lucas7a7aad02013-10-29 16:38:44 -07002import com.example.android.samples.build.SampleGenPlugin
3apply plugin: SampleGenPlugin
4
Trevor Johnsc6f76b92013-10-22 20:41:57 -07005samplegen {
6 pathToBuild "../../../../../build"
7 pathToSamplesCommon "../../../common"
8}
Alexander Lucas7a7aad02013-10-29 16:38:44 -07009apply from: "../../../../../build/build.gradle"
Trevor Johnsc6f76b92013-10-22 20:41:57 -070010// END_EXCLUDE