Home | History | Annotate | Download | only in MediaRouter
      1 
      2 
      3 
      4 
      5 // BEGIN_EXCLUDE
      6 import com.example.android.samples.build.SampleGenPlugin
      7 apply plugin: SampleGenPlugin
      8 
      9 samplegen {
     10   pathToBuild "../../../../build"
     11   pathToSamplesCommon "../../common"
     12 }
     13 apply from: "../../../../build/build.gradle"
     14 // END_EXCLUDE
     15