Home | History | Annotate | Download | only in ScreenCapture
      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
     12