Yuichi Araki | 9a9e0b7 | 2014-02-25 16:38:22 +0900 | [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 |