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