Takeshi Hagikura | db89623 | 2014-12-08 00:11:34 +0900 | [diff] [blame] | 1 | |
2 | // BEGIN_EXCLUDE | ||||
3 | import com.example.android.samples.build.SampleGenPlugin | ||||
4 | apply plugin: SampleGenPlugin | ||||
5 | |||||
6 | samplegen { | ||||
7 | pathToBuild "../../../../build" | ||||
8 | pathToSamplesCommon "../../common" | ||||
9 | } | ||||
10 | apply from: "../../../../build/build.gradle" | ||||
11 | // END_EXCLUDE |