aboutsummaryrefslogtreecommitdiff
path: root/testing/ActivityInstrumentation/build.gradle
blob: c7a137e4d1e1d6313c1f023416bb6c1f20215b82 (plain)
1
2
3
4
5
6
7
8
9
10
// BEGIN_EXCLUDE
import com.example.android.samples.build.SampleGenPlugin
apply plugin: SampleGenPlugin

samplegen {
  pathToBuild "../../../../build"
  pathToSamplesCommon "../../common"
}
apply from: "../../../../build/build.gradle"
// END_EXCLUDE