1 2 3// BEGIN_EXCLUDE 4import com.example.android.samples.build.SampleGenPlugin 5apply plugin: SampleGenPlugin 6 7samplegen { 8 pathToBuild "../../../../build" 9 pathToSamplesCommon "../../common" 10} 11apply from: "../../../../build/build.gradle" 12// END_EXCLUDE 13 14if(hasProperty('target') && target == 'android') { 15 android.vectorDrawables.useSupportLibrary = true 16}